diff options
Diffstat (limited to 'gnome/gob')
-rw-r--r-- | gnome/gob/.footprint.i686 | 9 | ||||
-rw-r--r-- | gnome/gob/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | gnome/gob/.md5sum.i686 | 1 | ||||
-rw-r--r-- | gnome/gob/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | gnome/gob/Pkgfile | 19 |
5 files changed, 0 insertions, 39 deletions
diff --git a/gnome/gob/.footprint.i686 b/gnome/gob/.footprint.i686 deleted file mode 100644 index 62b73cb85..000000000 --- a/gnome/gob/.footprint.i686 +++ /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/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/gob2.m4 -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gob2.1.gz diff --git a/gnome/gob/.footprint.x86_64 b/gnome/gob/.footprint.x86_64 deleted file mode 100644 index 62b73cb85..000000000 --- a/gnome/gob/.footprint.x86_64 +++ /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/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/gob2.m4 -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gob2.1.gz diff --git a/gnome/gob/.md5sum.i686 b/gnome/gob/.md5sum.i686 deleted file mode 100644 index 7a295780a..000000000 --- a/gnome/gob/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -05fa7384b30ebb2921430b2615d2c2e5 gob2-2.0.17.tar.gz diff --git a/gnome/gob/.md5sum.x86_64 b/gnome/gob/.md5sum.x86_64 deleted file mode 100644 index 7a295780a..000000000 --- a/gnome/gob/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -05fa7384b30ebb2921430b2615d2c2e5 gob2-2.0.17.tar.gz diff --git a/gnome/gob/Pkgfile b/gnome/gob/Pkgfile deleted file mode 100644 index d67d5a829..000000000 --- a/gnome/gob/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: The GObject Builder -# URL: http://www.5z.com/jirka/gob.html -# Maintainer: Matt Housh, jaeger at morpheus dot net -# Packager: jaeger at morpheus dot net -# Depends on: glib, gtk -# Run on: glib,gtk - -name=gob -version=2.0.17 -release=1 -source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz) - -build() { - cd gob2-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PKG install -} |