summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/removecommercials/PKGBUILD
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-08-04 01:22:18 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-08-04 01:22:18 (GMT)
commite85c92735d5ce5f790cf95a0ea02e08c264e170a (patch)
tree037a1921e8f6899fea9b5daaaf998ec746367298 /abs/extra-testing/removecommercials/PKGBUILD
parent82af083e07eb189ac930678224a5748551cf69f8 (diff)
parent120212bdd438d98c52aaab5b43443258be81a7e4 (diff)
downloadlinhes_pkgbuild-e85c92735d5ce5f790cf95a0ea02e08c264e170a.zip
linhes_pkgbuild-e85c92735d5ce5f790cf95a0ea02e08c264e170a.tar.gz
linhes_pkgbuild-e85c92735d5ce5f790cf95a0ea02e08c264e170a.tar.bz2
Merge branch 'master' of ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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
+}