pkgname=system-templates pkgver=8.6.0 pkgrel=1 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() arch=('x86_64') source=() package() { #copy in most recent list of xscreensavers cp -a $startdir/../../extra/xscreensaver/xscreensavers $startdir/templates/xscreensavers MVDIR=$pkgdir/usr/MythVantage mkdir -p $MVDIR/templates #copy in all the installer specific stuff rsync -r --exclude=.svn ../templates $MVDIR/ }