New package: nausea-0.3
This commit is contained in:
parent
954fa5c4f3
commit
c87b5e011f
1 changed files with 25 additions and 0 deletions
25
srcpkgs/nausea/template
Normal file
25
srcpkgs/nausea/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'nausea'
|
||||
pkgname=nausea
|
||||
version=0.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="ncurses-devel fftw-devel"
|
||||
short_desc="A curses audio visualizer"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="BSD"
|
||||
homepage="http://git.2f30.org/nausea/"
|
||||
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=264a8298098269ac34aee8209323e379bbd38605ebab3bcf89ce5ac5ffc10939
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' Makefile
|
||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' Makefile
|
||||
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' Makefile
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin nausea
|
||||
vman nausea.1
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
}
|
Loading…
Reference in a new issue