discount: install manpages
This commit is contained in:
parent
b8b4d07ba9
commit
a48a1b74c4
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'discount'
|
||||
pkgname=discount
|
||||
version=2.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=configure
|
||||
configure_script="./configure.sh"
|
||||
configure_args="--prefix=/usr"
|
||||
|
@ -12,10 +12,15 @@ homepage="http://www.pell.portland.or.us/~orc/Code/discount"
|
|||
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b25395c29c2c08836199eb2eae87b56e6b545e77f5fbf921678aa1dc0ddab9f3
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install install.man
|
||||
}
|
||||
|
||||
discount-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user