summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/test-pattern/PKGBUILD
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2010-03-27 04:34:50 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2010-03-27 04:34:50 (GMT)
commitd6ad69f1880aa27c88fb8991cd06e749afefe1f1 (patch)
tree3b3b390181fde7dbb8ee9ee1e0f7c748bf928d53 /abs/core-testing/test-pattern/PKGBUILD
parente4d52c38039d9c4107893f146f689b128da65acd (diff)
downloadlinhes_pkgbuild-d6ad69f1880aa27c88fb8991cd06e749afefe1f1.zip
linhes_pkgbuild-d6ad69f1880aa27c88fb8991cd06e749afefe1f1.tar.gz
linhes_pkgbuild-d6ad69f1880aa27c88fb8991cd06e749afefe1f1.tar.bz2
test-pattern: initial inclusion - work in progress
Diffstat (limited to 'abs/core-testing/test-pattern/PKGBUILD')
-rw-r--r--abs/core-testing/test-pattern/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core-testing/test-pattern/PKGBUILD b/abs/core-testing/test-pattern/PKGBUILD
new file mode 100644
index 0000000..f79ae6a
--- /dev/null
+++ b/abs/core-testing/test-pattern/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=test-pattern
+pkgver=1.0
+pkgrel=1
+arch=('i686')
+pkgdesc="script to create test pattern videos"
+depends=(imagemagick)
+
+source=(test_pattern.bash)
+
+build() {
+ cd $startdir/src
+# mkdir $startdir/pkg/usr/bin/
+ install -m755 -D test_pattern.bash $startdir/pkg/usr/bin/test_pattern.bash
+}
+
+md5sums=('a6b424b0ebc07574fa5716eced807127')