summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/PKGBUILD
blob: 0013ab4b10c018f1c77081d0a4484cca61788bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname=system-templates
pkgver=2.0
pkgrel=28
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=()