# Author: wain pkgname=customizepkg pkgver=0.1 pkgrel=1 pkgdesc="A tool to modify automatically PKGBUILD" url="http://www.archlinux.fr/" license="GPL" arch=('i686' 'x86_64') depends=('wget' 'bash' 'diffutils') source=($pkgname-$pkgver.src.tar.gz) build() { install -D -m 755 $startdir/src/$pkgname/$pkgname $startdir/pkg/usr/bin/$pkgname install -D -m 755 $startdir/src/$pkgname/mplayer.example $startdir/pkg/etc/customizepkg.d/mplayer.example }