summaryrefslogtreecommitdiffstats
path: root/folks/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-16 14:43:26 +0200
committerpiernov <piernov@piernov.org>2011-08-16 14:43:26 +0200
commita50c264017ea46878654b5309c92cfb68a1d92a1 (patch)
tree6b0129eec25ed62608bd3efd30121ab0baeee1c6 /folks/Pkgfile
parentabc103ccd7d411daacca24da47d2ae6d8562a2c9 (diff)
downloadgnome3-a50c264017ea46878654b5309c92cfb68a1d92a1.tar.gz
gnome3-a50c264017ea46878654b5309c92cfb68a1d92a1.tar.bz2
gnome3-a50c264017ea46878654b5309c92cfb68a1d92a1.tar.xz
gnome3-a50c264017ea46878654b5309c92cfb68a1d92a1.zip
folks 0.6.0-1 ajout port
Diffstat (limited to 'folks/Pkgfile')
-rwxr-xr-xfolks/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/folks/Pkgfile b/folks/Pkgfile
new file mode 100755
index 0000000..18441a5
--- /dev/null
+++ b/folks/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Bibliothèque permettant de créer des méta-contacts à partir de sources multiples
+# URL: http://telepathy.freedesktop.org/wiki/Folks
+# Maintainer: NuTyX Gnome team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: telepathy-glib, libgee, libxml2, gobject-introspection, intltool
+# Run on: telepathy-glib, libgee, libxml2
+
+name=folks
+version=0.6.0
+release=1
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}