From 4ebad45f623dc7e584f8480e852be883e9820e4b Mon Sep 17 00:00:00 2001 From: tyrry Date: Sat, 20 Feb 2010 10:30:50 +0100 Subject: Ajout parole#0.2.0.2 --- xfce/parole/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 xfce/parole/Pkgfile (limited to 'xfce/parole/Pkgfile') diff --git a/xfce/parole/Pkgfile b/xfce/parole/Pkgfile new file mode 100644 index 000000000..0f8177490 --- /dev/null +++ b/xfce/parole/Pkgfile @@ -0,0 +1,21 @@ +# 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 + +name=parole +version=0.2.0.2 +release=1 +source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf