netbsd-rumpkernel: strip libs thru xbps-src way.

This commit is contained in:
Juan RP 2013-03-19 01:56:41 +01:00
parent 460b64529b
commit fffe11b8de

@ -1,7 +1,7 @@
# Template file for 'netbsd-rumpkernel'. # Template file for 'netbsd-rumpkernel'.
pkgname=netbsd-rumpkernel pkgname=netbsd-rumpkernel
version=20130318 version=20130318
revision=2 revision=3
makedepends="cvs" makedepends="cvs"
short_desc="NetBSD rump kernel" short_desc="NetBSD rump kernel"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -20,7 +20,6 @@ long_desc="
nofetch=yes nofetch=yes
noextract=yes noextract=yes
nostrip=yes
do_fetch() { do_fetch() {
local url="git://github.com/anttikantee/buildrump.sh.git" local url="git://github.com/anttikantee/buildrump.sh.git"
@ -44,4 +43,7 @@ do_install() {
./buildrump.sh -r -V MKPICINSTALL=no -d ${DESTDIR}/usr install ./buildrump.sh -r -V MKPICINSTALL=no -d ${DESTDIR}/usr install
# Move man to correct dir. # Move man to correct dir.
vmove usr/man usr/share vmove usr/man usr/share
# Set proper perms to libs.
chmod 644 ${DESTDIR}/usr/lib/*.a
chmod 755 ${DESTDIR}/usr/lib/*.so.*
} }