PKGBUILDs/community/icewm-themes/PKGBUILD
2009-10-09 21:15:33 -05:00

21 lines
737 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=icewm-themes
pkgver=1.2.26
pkgrel=1
pkgdesc="icewm themes"
arch=('i686' 'x86_64')
license=("unknown")
url=http://www.debian.org
depends=(icewm)
source=(http://ftp.debian.org/debian/pool/main/i/icewm-themes/icewm-themes_$pkgver.orig.tar.gz)
md5sums=('c0fd0de59e6f74c9c86c0bc334eb6b9e')
build() {
cd $startdir/src/$pkgname-$pkgver
mkdir -p $startdir/pkg/usr/share/icewm/themes
cp -r $startdir/src/$pkgname-$pkgver/* $startdir/pkg/usr/share/icewm/themes/
find $startdir/pkg -type d -exec chmod 755 {} \;
find $startdir/pkg -type f -exec chmod 644 {} \;
}