unibilium: use build_style=gnu-makefile; move man3 to -devel
This commit is contained in:
parent
5b2460a418
commit
04e6045add
1 changed files with 7 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'unibilium'
|
||||
pkgname=unibilium
|
||||
version=1.2.0
|
||||
revision=1
|
||||
# build_style="gnu-makefile"
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="libtool perl"
|
||||
short_desc="A simple, self-contained terminfo library"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
|
@ -21,17 +21,14 @@ do_build() {
|
|||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
||||
unibilium-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove "usr/include"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/pkgconfig"
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue