summaryrefslogtreecommitdiffstats
path: root/libgnome/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgnome/Pkgfile')
-rw-r--r--libgnome/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/libgnome/Pkgfile b/libgnome/Pkgfile
new file mode 100644
index 0000000..add7ebe
--- /dev/null
+++ b/libgnome/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Librairie gnome libgnome
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: b at juglas dot name
+# Depends on: libcanberra, esound, alsa-lib
+# Run on: libcanberra,esound,alsa-lib
+
+name=libgnome
+version=2.32.1
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --mandir=/usr/share/man \
+ --disable-gtk-doc
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}
+