pkgname=system-templates pkgver=1.0 pkgrel=45 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() arch=('i686') source=() build() { MVDIR=$startdir/pkg/usr/MythVantage mkdir -p $MVDIR/templates #copy in all the installer specific stuff rsync -r --exclude=.svn ../templates $MVDIR/ }