diff options
Diffstat (limited to 'extra/parole/Pkgfile')
-rw-r--r-- | extra/parole/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/parole/Pkgfile b/extra/parole/Pkgfile new file mode 100644 index 000000000..138aea584 --- /dev/null +++ b/extra/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 +} |