summaryrefslogtreecommitdiffstats
path: root/tango-icon-theme/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'tango-icon-theme/Pkgfile')
-rwxr-xr-xtango-icon-theme/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/tango-icon-theme/Pkgfile b/tango-icon-theme/Pkgfile
new file mode 100755
index 000000000..d88f58f96
--- /dev/null
+++ b/tango-icon-theme/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Theme d'icones Tango
+# URL: http://tango.freedesktop.org/Tango_Icon_Library
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: icon-naming-utils, libpng, librsvg, openexr, imagemagick, djvulibre
+# Run on: icon-naming-utils,libpng,librsvg,openexr,imagemagick,djvulibre
+
+name=tango-icon-theme
+version=0.8.90
+release=1
+source=(http://tango.freedesktop.org/releases/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-png-creation
+ make
+ make DESTDIR=$PKG install
+}
+
+
+