New package: yass-0.1.0
This commit is contained in:
parent
25ef07c6a7
commit
26390947e1
1 changed files with 20 additions and 0 deletions
20
srcpkgs/yass/template
Normal file
20
srcpkgs/yass/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'yass'
|
||||||
|
pkgname=yass
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
build_wrksrc=source
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="clthreads-devel clxclient-devel freetype-devel jack-devel
|
||||||
|
libX11-devel libXft-devel"
|
||||||
|
short_desc="Yet Another Scrolling Scope"
|
||||||
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||||
|
distfiles="https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=d247798b708303bc7622c3b6b96fb8190f3b3a07424a3b53c95d21ab8fc6d34a
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# change pkgconf to pkg-config
|
||||||
|
vsed -i 's/pkgconf/pkg-config/' Makefile
|
||||||
|
}
|
Loading…
Reference in a new issue