parent
1fae5f083f
commit
f685a24e98
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'blind'
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue