CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
giblib: initial import (verified compilation)
[attic/ports/opt-cross.git] / pekwm-themes / Pkgfile
CommitLineData
48da15ac
JB
1# Description: Pekwm themes collection
2# URL: http://adrinux.wordpress.com
3# Maintainer: Jose V Beneyto sepen at users dot sourceforge dot net
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
48da15ac
JB
5# Depends on: pekwm
6
7name=pekwm-themes
8version=1.0.5
9release=1
10source=(http://aur.archlinux.org/packages/$name/$name/$name-$version.tar.gz)
11
12build() {
13 install -d $PKG/usr/share/pekwm/themes
14 mv $name/* $PKG/usr/share/pekwm/themes
15 find $PKG -type d -exec chmod 0755 {} \;
16 find $PKG -type f -exec chmod 0644 {} \;
17}