summaryrefslogtreecommitdiffstats
path: root/geocode-glib/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'geocode-glib/Pkgfile')
-rw-r--r--geocode-glib/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/geocode-glib/Pkgfile b/geocode-glib/Pkgfile
new file mode 100644
index 0000000..779d981
--- /dev/null
+++ b/geocode-glib/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Bibliothèque pour Yahoo! Place Finder
+# URL: http://geoclue.freedesktop.org/
+# Maintainer: NutyX Gnome team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: json-glib, gio, libsoup, gobject-introspection
+# Run on: json-glib, gio, libsoup
+
+name=geocode-glib
+version=0.99.0
+release=1
+
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-scrollkeeper \
+ --enable-introspection=yes
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}