regionset (NEW): Read/Sets the region code of DVD drives

--HG--
extra : rebase_source : f8426cf995c79b70a93118bf51aa70e56a0b8740
This commit is contained in:
James Mills 2014-02-16 16:02:38 +10:00
parent 3be10576a4
commit 1f6f1f87ce
3 changed files with 24 additions and 0 deletions

3
regionset/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/regionset

1
regionset/.md5sum Normal file
View File

@ -0,0 +1 @@
a908ba16ca948512df22250f3d500073 regionset-0.2.tar.gz

20
regionset/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# 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
}