New package: libmaa-1.3.2
This commit is contained in:
parent
398c549dc2
commit
22e62b9524
|
@ -2043,3 +2043,4 @@ libkasten2controllers.so.2 okteta-4.14.2_1
|
|||
libkasten2okteta1gui.so.1 okteta-4.14.2_1
|
||||
libkasten2okteta1core.so.1 okteta-4.14.2_1
|
||||
libhttp_parser.so.2.5.0 http-parser-2.5.0_1
|
||||
libmaa.so.3 libmaa-1.3.2_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libmaa
|
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'libmaa'
|
||||
pkgname=libmaa
|
||||
version=1.3.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="flex libtool"
|
||||
short_desc="Provides many low-level data structures useful for writing compilers"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://sourceforge.net/projects/dict/"
|
||||
distfiles="${SOURCEFORGE_SITE}/dict/${pkgname}-${version}.tar.gz"
|
||||
checksum=59a5a01e3a9036bd32160ec535d25b72e579824e391fea7079e9c40b0623b1c5
|
||||
|
||||
libmaa-devel_package() {
|
||||
depends="${makedepends} libmaa>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/include"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue