### this file is sourced not run
PKGVER=0.2
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=regionset-$PKGVER.tar.gz
MD5SUM=a908ba16ca948512df22250f3d500073
SRC_URL=http://linvdr.org/download/regionset/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="regionset: regionset $PKGVER (Set hardware DVD region)
regionset: 
regionset: This is a tool to set the hardware DVD region in your DVD player. If 
regionset: your DVD will not play, and you have never used this tool before, you 
regionset: may need it.
regionset: 
regionset: http://linvdr.org/projects/regionset/
regionset: 
regionset: 
regionset: 
regionset: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/regionset*

	make &&
	install -m755 regionset /usr/sbin &&
	install -m644 regionset.8 /usr/share/man/man8 &&

	pkg_build_slackdesc
}


