Convert packages the new template format (a-c range).
This commit is contained in:
parent
30b6eee12b
commit
9c87483ea8
242 changed files with 2380 additions and 1800 deletions
|
@ -2,20 +2,37 @@
|
|||
pkgname=aalib
|
||||
version=1.4rc4
|
||||
revision=2
|
||||
wrksrc="aalib-1.4.0"
|
||||
build_style=gnu-configure
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="Portable ASCII art GFX library"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
homepage="http://aa-project.sourceforge.net/aalib/"
|
||||
license="LGPL"
|
||||
distfiles="http://prdownloads.sourceforge.net/aa-project/${pkgname}-${version}.tar.gz"
|
||||
checksum=0b214b98850f559e0a9ef7282de2ff336b094e1aacedefff3ffa50f07711db58
|
||||
wrksrc=aalib-1.4.0
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
makedepends="automake"
|
||||
makedepends="libtool automake"
|
||||
pre_configure() {
|
||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
|
||||
autoreconf -fi
|
||||
}
|
||||
fi
|
||||
|
||||
aalib-devel_package() {
|
||||
depends="aalib>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/aalib-config
|
||||
vmove usr/include
|
||||
vmove usr/share/aclocal
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
||||
aalib_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue