aalib: split utils into -utils; move info files to -devel.
This commit is contained in:
parent
ba4d18389b
commit
2df8113a4f
2 changed files with 12 additions and 2 deletions
1
srcpkgs/aalib-utils
Symbolic link
1
srcpkgs/aalib-utils
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
aalib
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'aalib'
|
# Template file for 'aalib'
|
||||||
pkgname=aalib
|
pkgname=aalib
|
||||||
version=1.4rc4
|
version=1.4rc4
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="aalib-1.4.0"
|
wrksrc="aalib-1.4.0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Portable ASCII art GFX library"
|
short_desc="Portable ASCII art GFX library"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://aa-project.sourceforge.net/aalib/"
|
homepage="http://aa-project.sourceforge.net/aalib/"
|
||||||
license="LGPL"
|
license="LGPL"
|
||||||
distfiles="http://prdownloads.sourceforge.net/aa-project/${pkgname}-${version}.tar.gz"
|
distfiles="http://prdownloads.sourceforge.net/aa-project/${pkgname}-${version}.tar.gz"
|
||||||
|
@ -17,12 +17,21 @@ pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aalib-utils_package() {
|
||||||
|
short_desc+=" - utilities"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin
|
||||||
|
vmove usr/share/man/man1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
aalib-devel_package() {
|
aalib-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/aalib-config
|
vmove usr/bin/aalib-config
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/share/info
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue