aboutsummaryrefslogtreecommitdiffstats
path: root/community/blind/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/blind/APKBUILD')
-rw-r--r--community/blind/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/blind/APKBUILD b/community/blind/APKBUILD
index ee9ec91a9c..399fb01fa8 100644
--- a/community/blind/APKBUILD
+++ b/community/blind/APKBUILD
@@ -1,8 +1,8 @@
-# Contributor:Jean-Louis Fuchs <ganwell@fangorn.ch>
-# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
+# Contributor:Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
+# Maintainer: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>
pkgname=blind
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="blind is a collection of command line video editing utilities"
url="https://tools.suckless.org/blind/"
arch="all"
@@ -13,15 +13,12 @@ source="https://dl.suckless.org/tools/blind-$pkgver.tar.gz
fix-readall.patch
test.ff.bz2
"
-builddir="$srcdir/blind-$pkgver"
build() {
- cd "$builddir"
make
}
check() {
- cd "$builddir"
# Check if blind is operational
bunzip2 < "$srcdir/test.ff.bz2" | ./blind-from-image -f > test.bl
./blind-repeat 15 test.bl | ./blind-flop | ./blind-flip \
@@ -31,7 +28,6 @@ check() {
}
package() {
- cd "$builddir"
make PREFIX="/usr" DESTDIR="$pkgdir" install
cp blind-rotate-* "$pkgdir/usr/bin/"
}