parent
b997348a4a
commit
d3967b7dfb
1 changed files with 25 additions and 0 deletions
25
srcpkgs/ziptuner/template
Normal file
25
srcpkgs/ziptuner/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'ziptuner'
|
||||
pkgname=ziptuner
|
||||
version=0.6
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libcurl-devel"
|
||||
depends="dialog"
|
||||
short_desc="Internet radio station tuner for the console using C and dialog"
|
||||
maintainer="zhengqunkoo <root@zhengqunkoo.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/deeice/ziptuner"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=eaa8d9e3e212fed12c38b8a517dd685c03629d5e74e590baed79281f018f1877
|
||||
|
||||
post_patch() {
|
||||
vsed -i -e 's/^CFLAGS :=/CFLAGS +=/' \
|
||||
-e 's/-Wl,--unresolved-symbols=ignore-in-shared-libs//' \
|
||||
-e 's/\$(LFLAGS)/$(LDFLAGS) &/' \
|
||||
Makefile
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin ${pkgname}
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue