From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- parole/Pkgfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 parole/Pkgfile (limited to 'parole/Pkgfile') diff --git a/parole/Pkgfile b/parole/Pkgfile new file mode 100644 index 000000000..138aea584 --- /dev/null +++ b/parole/Pkgfile @@ -0,0 +1,24 @@ +# Description: Clone totem pour xfce +# URL: http://goodies.xfce.org/projects/applications/parole +# Maintainer: NuTyX core team +# Packager: tyrry33 at gmail dot com +# Depends on: libxfce4util, libxfcegui4, gst-plugins-base, libnotify, taglib +# Run on: libxfce4util,libxfcegui4,gst-plugins-base,libnotify,taglib + +name=parole +version=0.2.0.6 +release=1 +source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2) + +build() { +unset MAKEFLAGS +cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install + cd $PKG/usr/lib +} -- cgit v1.2.3-54-g00ecf