2018-04-01 10:03:12 +00:00
|
|
|
# Template file for 'blind'
|
2018-01-12 18:43:36 +00:00
|
|
|
pkgname=blind
|
|
|
|
version=1.1
|
|
|
|
revision=1
|
|
|
|
depends="ffmpeg"
|
|
|
|
short_desc="A collection of command line video editing utilities"
|
|
|
|
maintainer="copyleftie <copyleftie@protonmail.com>"
|
|
|
|
license="ISC"
|
|
|
|
homepage="https://tools.suckless.org/blind"
|
|
|
|
distfiles="https://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=24f903ccb5e118d75f38d3ae0d85fed909749f978bff47ff6973ee1bfddfcc5a
|
|
|
|
|
|
|
|
post_extract() {
|
|
|
|
sed -i -e '/CFLAGS/{s/=/+=/}' \
|
|
|
|
-e 's/^LDFLAGS/#LDFLAGS/' config.mk
|
|
|
|
}
|
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make CC="$CC" LDFLAGS="-lm $LDFLAGS" ${makejobs}
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|