summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/removecommercials/PKGBUILD
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-03 18:51:29 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-03 18:51:29 (GMT)
commit9c263f64907a0b3155a632c92b17d3b480f17fda (patch)
treee57cd63c4daacc43e62ed8f228c5000c1f87d7ff /abs/extra-testing/removecommercials/PKGBUILD
parent3673d58e52b1df1d09fd64ef99934af1ecfcd214 (diff)
downloadlinhes_pkgbuild-9c263f64907a0b3155a632c92b17d3b480f17fda.zip
linhes_pkgbuild-9c263f64907a0b3155a632c92b17d3b480f17fda.tar.gz
linhes_pkgbuild-9c263f64907a0b3155a632c92b17d3b480f17fda.tar.bz2
added brfransen's commercial remover user job script
Diffstat (limited to 'abs/extra-testing/removecommercials/PKGBUILD')
-rwxr-xr-xabs/extra-testing/removecommercials/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/removecommercials/PKGBUILD b/abs/extra-testing/removecommercials/PKGBUILD
new file mode 100755
index 0000000..312f965
--- /dev/null
+++ b/abs/extra-testing/removecommercials/PKGBUILD
@@ -0,0 +1,11 @@
+pkgname=removecommercials
+pkgver=0.1
+pkgrel=1
+arch=("i686")
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+source=( removecommercials )
+
+build() {
+ cd $startdir
+ install -D -m 755 removecommercials $startdir/pkg/usr/bin/removecommercials
+}