summaryrefslogtreecommitdiffstats
path: root/lxde-icon-theme/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-25 22:38:00 +0100
committertnut <tnut at nutyx dot com>2012-01-25 22:38:00 +0100
commitaadcdeab9c57786e7dffa10d8a98f6e81e332a2c (patch)
treedc16dafb3213021b14cf3c2b10e10aa0cd0a5081 /lxde-icon-theme/Pkgfile
parentb418d61859d8d5caeff29c58594e4ea3229fee01 (diff)
downloadnutyx-extra-aadcdeab9c57786e7dffa10d8a98f6e81e332a2c.tar.gz
nutyx-extra-aadcdeab9c57786e7dffa10d8a98f6e81e332a2c.tar.bz2
nutyx-extra-aadcdeab9c57786e7dffa10d8a98f6e81e332a2c.tar.xz
nutyx-extra-aadcdeab9c57786e7dffa10d8a98f6e81e332a2c.zip
ajout lxde-icon-theme
Diffstat (limited to 'lxde-icon-theme/Pkgfile')
-rw-r--r--lxde-icon-theme/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lxde-icon-theme/Pkgfile b/lxde-icon-theme/Pkgfile
new file mode 100644
index 000000000..e774ab086
--- /dev/null
+++ b/lxde-icon-theme/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Icones pour lxde
+# URL: http://lxde.org/
+# Maintainer: Hong Jen Yee (PCMan) pcman dot tw at gmail.com
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+# Run on: gtk
+
+name=lxde-icon-theme
+version=0.0.1
+release=1
+
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.bz2)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+
+make
+make DESTDIR=$PKG install
+
+}
+