summaryrefslogtreecommitdiffstats
path: root/icon-naming-utils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'icon-naming-utils/Pkgfile')
-rwxr-xr-xicon-naming-utils/Pkgfile23
1 files changed, 23 insertions, 0 deletions
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
+}
+
+