CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
npkg: fixed source line
[attic/ports/opt-cross.git] / pekwm-themes / Pkgfile
1 # Description: Pekwm themes collection
2 # URL: http://adrinux.wordpress.com
3 # Maintainer: Jose V Beneyto sepen at users dot sourceforge dot net
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: pekwm
6
7 name=pekwm-themes
8 version=1.0.5
9 release=1
10 source=(http://aur.archlinux.org/packages/$name/$name/$name-$version.tar.gz)
11
12 build() {
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 }