1 # Maintainer: Mikael Nordvall <mikael@openstudio.se>
5 pkgdesc="Scripts to build a lightweight but fully configured graphical environment on top of Arch Linux."
7 url="http://www.openstudio.se/de/"
9 source=(http://www.openstudio.se/de/source/$pkgname.tar.gz)
10 md5sums=('ac6abff4cce5ff10ed423cfaf6822fe6') #generate with 'makepkg -g'
13 install -d $pkgdir/usr/share
14 cp -r $srcdir/$pkgname $pkgdir/usr/share/
15 cd $pkgdir/usr/share/$pkgname/
16 install -Dm755 ./scripts/$pkgname $pkgdir/usr/bin/$pkgname
17 install -Dm755 ./scripts/fehwrap $pkgdir/usr/bin/fehwrap
18 install -Dm644 ./library/config/readme_etc_$pkgname \
19 $pkgdir/etc/$pkgname/readme_etc_$pkgname
20 install -Dm644 ./library/manpage/$pkgname.1.gz \
21 $pkgdir/usr/share/man/man1/$pkgname.1.gz