regionset (NEW): Read/Sets the region code of DVD drives
--HG-- extra : rebase_source : f8426cf995c79b70a93118bf51aa70e56a0b8740
This commit is contained in:
parent
3be10576a4
commit
1f6f1f87ce
3
regionset/.footprint
Normal file
3
regionset/.footprint
Normal 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
1
regionset/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a908ba16ca948512df22250f3d500073 regionset-0.2.tar.gz
|
20
regionset/Pkgfile
Normal file
20
regionset/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user