From a50c264017ea46878654b5309c92cfb68a1d92a1 Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 16 Aug 2011 14:43:26 +0200 Subject: folks 0.6.0-1 ajout port --- folks/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 folks/Pkgfile (limited to 'folks/Pkgfile') 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 +# 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 +} -- cgit v1.2.3-54-g00ecf