contrib/regionset/Pkgfile
James Mills 1f6f1f87ce regionset (NEW): Read/Sets the region code of DVD drives
--HG--
extra : rebase_source : f8426cf995c79b70a93118bf51aa70e56a0b8740
2014-02-16 16:02:38 +10:00

21 lines
482 B
Plaintext

# Description: Read/Sets the region code of DVD drives
# URL: http://linvdr.org/projects/regionset/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Bruno Carnazzi <bcarnazzi@gmail.com>
# Depends on:
name=regionset
version=0.2
release=1
source=(http://linvdr.org/download/regionset/$name-$version.tar.gz)
build() {
cd $name-$version
make
install -D -m 755 regionset $PKG/usr/bin/regionset
chown -R root:root $PKG
}