commit c588053af0c0bca1d024922862926c82f6199688 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Thu Jun 26 17:22:41 2008 +0200 gob: removed. diff --git a/gob/.footprint b/gob/.footprint deleted file mode 100644 index 4877e3c..0000000 --- a/gob/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/gob2 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gob2.1.gz -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/gob2.m4 diff --git a/gob/.md5sum b/gob/.md5sum deleted file mode 100644 index 6fa2d94..0000000 --- a/gob/.md5sum +++ /dev/null @@ -1 +0,0 @@ -0c5ab18305fc37902d202a253fdb28b1 gob2-2.0.15.tar.gz diff --git a/gob/Pkgfile b/gob/Pkgfile deleted file mode 100644 index adfda20..0000000 --- a/gob/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: The GObject Builder -# URL: http://www.5z.com/jirka/gob.html -# Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: bison, flex, glib, gtk - -name=gob -version=2.0.15 -release=1 -source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz) - -build() { - cd gob2-$version - ./configure --prefix=/usr \ - --mandir=/usr/man - make - make DESTDIR=$PKG install -}