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