new package: mac-3.99

This commit is contained in:
Georg Schabel 2016-09-15 23:07:12 +02:00
parent 7f12522b7b
commit 9a42f5c555
3 changed files with 29 additions and 0 deletions

View File

@ -2619,3 +2619,4 @@ libudis86.so.0 udis86-devel-1.7.2_3
libsass.so.0 libsass-3.3.6_1
libjbig.so.0 jbigkit-libs-2.1_2
libjbig85.so.0 jbigkit-libs-2.1_2
libmac.so.2 mac-3.99_1

1
srcpkgs/mac-devel Symbolic link
View File

@ -0,0 +1 @@
mac

27
srcpkgs/mac/template Normal file
View File

@ -0,0 +1,27 @@
# Template file for 'mac'
pkgname=mac
version=3.99u4b5s7
revision=1
_version=$(echo $version | sed 's/\([a-z]\)/-\1/g')
short_desc="APE (Monkey's Audio) codec and decompressor"
homepage="http://www.etree.org/shnutils/shntool/"
license="custom"
maintainer="Georg S. <gescha@posteo.de>"
build_style=gnu-configure
wrksrc=${pkgname}-${_version}
distfiles="http://www.etree.org/shnutils/shntool/support/formats/ape/unix/${_version}/${pkgname}-${_version}.tar.gz"
checksum=9a735af2c56f05ee06b6e2ff719e902271299adf9e25cd3c9e4b28e8df3e30c5
mac-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}
post_install() {
vlicense src/License.htm
}