summaryrefslogtreecommitdiffstats
path: root/gypsy/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-17 19:58:03 +0000
committerpiernov <piernov@piernov.org>2012-03-17 19:58:03 +0000
commit83fab8026d3fb803536d0af83b89569e6ac50786 (patch)
tree267a0a77d06d1442b971f6bdfbc3c92c51a9fdd7 /gypsy/Pkgfile
parent40a14de9c232116b4474a47af6865af5f6b391fb (diff)
downloadnutyx-extra-83fab8026d3fb803536d0af83b89569e6ac50786.tar.gz
nutyx-extra-83fab8026d3fb803536d0af83b89569e6ac50786.tar.bz2
nutyx-extra-83fab8026d3fb803536d0af83b89569e6ac50786.tar.xz
nutyx-extra-83fab8026d3fb803536d0af83b89569e6ac50786.zip
gypsy gnome3->nutyx-extra
Diffstat (limited to 'gypsy/Pkgfile')
-rw-r--r--gypsy/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/gypsy/Pkgfile b/gypsy/Pkgfile
new file mode 100644
index 000000000..ee5af00b2
--- /dev/null
+++ b/gypsy/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Démon de multiplexage GPS
+# URL: http://gypsy.freedesktop.org/
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: bluez, dbus-glib
+# Run on: bluez,dbus-glib
+
+name=gypsy
+version=0.8
+release=2
+source=(http://$name.freedesktop.org/releases/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ sed "s/-Werror//g" -i configure
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/sbin \
+ --disable-gtk-doc \
+ --enable-bluetooth
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc/
+}