netbpm: drop /usr/sharedlink.
This commit is contained in:
parent
6f43a1ac9f
commit
bfd2ade594
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=netpbm
|
||||
# from http://svn.code.sf.net/p/netpbm/code/advanced/doc/HISTORY
|
||||
version=10.87.00
|
||||
revision=1
|
||||
revision=2
|
||||
_githash=be0a23cddaf0182d1fda4f623a3b23f67db91d73
|
||||
_githash_guide=659088e47395511bee20a5ac319bc6a3ea5d64cb
|
||||
create_wrksrc=yes
|
||||
|
@ -37,6 +37,7 @@ do_configure() {
|
|||
fi
|
||||
sed -i 's|misc|share/netpbm|' common.mk
|
||||
sed -i 's|/link|/lib|' lib/Makefile
|
||||
sed -i 's|/sharedlink|/lib|' lib/Makefile
|
||||
sed -i 's|install.manwebmain install.manweb install.man|install.man|' GNUmakefile
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Patch buildutils/endiangen.c to return the endianess
|
||||
|
@ -93,6 +94,6 @@ libnetpbm-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
#vmove usr/lib/*.so
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue