diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-10 22:50:41 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-10 22:50:41 +0200 |
commit | 914878c1a6969ce9c7a8f7eed6b6b43114370ab6 (patch) | |
tree | 036c3b0e683c8de99c20cffc063791f94798b855 /xfce/xquisite/Pkgfile | |
parent | 808f2673ec3058e02d186974aa4fe6c1a1f2da35 (diff) | |
download | nutyx-pakxe-914878c1a6969ce9c7a8f7eed6b6b43114370ab6.tar.gz nutyx-pakxe-914878c1a6969ce9c7a8f7eed6b6b43114370ab6.tar.bz2 nutyx-pakxe-914878c1a6969ce9c7a8f7eed6b6b43114370ab6.tar.xz nutyx-pakxe-914878c1a6969ce9c7a8f7eed6b6b43114370ab6.zip |
ajout xquisite#0.1-1
Diffstat (limited to 'xfce/xquisite/Pkgfile')
-rwxr-xr-x | xfce/xquisite/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xfce/xquisite/Pkgfile b/xfce/xquisite/Pkgfile new file mode 100755 index 000000000..380462bf4 --- /dev/null +++ b/xfce/xquisite/Pkgfile @@ -0,0 +1,16 @@ +# Description: Theme d'icones xquisite pour attapu +# URL: http://xfce-look.org/content/show.php/Xquisite?content=69735 +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libpng, librsvg + +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/ +} + |