diff options
author | piernov <piernov@piernov.org> | 2011-08-17 00:46:40 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-08-17 00:46:40 +0200 |
commit | 8464150cfe762521b13a16400a4562050daad8c8 (patch) | |
tree | a8f6bedf852a36d52c57a2564175de09ba16e88d /gnome-contacts/Pkgfile | |
parent | 3f6385f6d178d645ed26b0131e757e9623e66a42 (diff) | |
download | gnome3-8464150cfe762521b13a16400a4562050daad8c8.tar.gz gnome3-8464150cfe762521b13a16400a4562050daad8c8.tar.bz2 gnome3-8464150cfe762521b13a16400a4562050daad8c8.tar.xz gnome3-8464150cfe762521b13a16400a4562050daad8c8.zip |
gnome-contacts 0.1.2-1 ajout port
Diffstat (limited to 'gnome-contacts/Pkgfile')
-rw-r--r-- | gnome-contacts/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome-contacts/Pkgfile b/gnome-contacts/Pkgfile new file mode 100644 index 0000000..ff4adaf --- /dev/null +++ b/gnome-contacts/Pkgfile @@ -0,0 +1,19 @@ +# Description: +# URL: https://live.gnome.org/Design/Apps/Contacts +# Maintainer: NuTyX GNOME team +# Packager: piernov <piernov@piernov.org> +# Depends on: folks, libnotify,telepathy-mission-control +# Run on: folks,libnotify,telepathy-mission-control + +name=gnome-contacts +version=0.1.2 +release=1 +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { + cd $name-$version + PYTHON=python2 ./configure --prefix=/usr \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install +} |