aalib: fix -devel subpkg (wrong replaces, missing depends, add aalib-config).
This commit is contained in:
parent
af2d1136ec
commit
ca9daecde5
|
@ -1189,3 +1189,4 @@ libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
|||
libOSMesa.so.8 libOSMesa-9.1_1
|
||||
libtaginfo.so.1 libtaginfo-0.1.3_1
|
||||
libtaginfo_c.so.0 libtaginfo-0.1.3_1
|
||||
libaa.so.1 aalib-1.4rc4_2
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'aalib-devel'.
|
||||
#
|
||||
replaces="aalib-devel"
|
||||
depends="aalib>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin/aalib-config usr/bin
|
||||
vmove usr/include usr
|
||||
vmove usr/share/aclocal/
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'aalib'
|
||||
pkgname=aalib
|
||||
version=1.4rc4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="portable ascii art GFX library"
|
||||
short_desc="Portable ASCII art GFX library"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
homepage="http://aa-project.sourceforge.net/aalib/"
|
||||
license="LGPL"
|
||||
|
|
Loading…
Reference in New Issue