summaryrefslogtreecommitdiffstats
path: root/xfce/xquisite/Pkgfile
blob: 60c09e8b831977d380132fd662b60cb8c8f48c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/
}