summaryrefslogtreecommitdiffstats
path: root/xquisite/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xquisite/Pkgfile')
-rwxr-xr-xxquisite/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/xquisite/Pkgfile b/xquisite/Pkgfile
new file mode 100755
index 000000000..60c09e8b8
--- /dev/null
+++ b/xquisite/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Theme d'icones xquisite pour xfce
+# URL: http://xfce-look.org/content/show.php/Xquisite?content=69735
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+# Run on:
+
+name=xquisite
+version=0.1
+release=1
+source=(http://kiao.no-ip.info/NuTyX/files/$name.tar.gz)
+
+build() {
+ mkdir -p $PKG/usr/share/icons/
+ cp -a * $PKG/usr/share/icons/
+}
+