blob: b496d1c80a32adddc83ac1b0ad1dab34d740e77b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgname=system-templates
pkgver=8.4
pkgrel=2
conflicts=( )
pkgdesc="Templates used for system configuration"
depends=()
arch=('i686' '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/
}
md5sums=()
|