diff --git a/srcpkgs/aalib-utils b/srcpkgs/aalib-utils new file mode 120000 index 00000000000..5b9db5abe90 --- /dev/null +++ b/srcpkgs/aalib-utils @@ -0,0 +1 @@ +aalib \ No newline at end of file diff --git a/srcpkgs/aalib/template b/srcpkgs/aalib/template index c1eb5da0488..eba5ad12385 100644 --- a/srcpkgs/aalib/template +++ b/srcpkgs/aalib/template @@ -1,12 +1,12 @@ # Template file for 'aalib' pkgname=aalib version=1.4rc4 -revision=3 +revision=4 wrksrc="aalib-1.4.0" build_style=gnu-configure hostmakedepends="automake libtool" short_desc="Portable ASCII art GFX library" -maintainer="pancake " +maintainer="Juan RP " homepage="http://aa-project.sourceforge.net/aalib/" license="LGPL" distfiles="http://prdownloads.sourceforge.net/aa-project/${pkgname}-${version}.tar.gz" @@ -17,12 +17,21 @@ pre_configure() { autoreconf -fi } +aalib-utils_package() { + short_desc+=" - utilities" + pkg_install() { + vmove usr/bin + vmove usr/share/man/man1 + } +} + aalib-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/bin/aalib-config vmove usr/include + vmove usr/share/info vmove usr/share/aclocal vmove "usr/lib/*.a" vmove "usr/lib/*.so"