pkgname=system-templates pkgver=2.0 pkgrel=30 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() arch=('i686' 'x86_64') source=() package() { MVDIR=$pkgdir/usr/MythVantage mkdir -p $MVDIR/templates #copy in all the installer specific stuff rsync -r --exclude=.svn ../templates $MVDIR/ } md5sums=()