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 --- icon-naming-utils/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 icon-naming-utils/Pkgfile (limited to 'icon-naming-utils/Pkgfile') diff --git a/icon-naming-utils/Pkgfile b/icon-naming-utils/Pkgfile new file mode 100755 index 000000000..546e816a0 --- /dev/null +++ b/icon-naming-utils/Pkgfile @@ -0,0 +1,23 @@ +# Description: utilitaires de compatibilite d'icones pour KDE/Gnome/Xfce +# URL: http://tango.freedesktop.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: p5-xml-simple +# Run on: p5-xml-simple + +name=icon-naming-utils +version=0.8.90 +release=1 +source=(http://tango.freedesktop.org/releases/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/icon-naming-utils \ + --localstatedir=/var + make + make DESTDIR=$PKG install +} + + -- cgit v1.2.3-70-g09d2