New package: elfutils-0.155 (replacing old libelf pkg).

This commit is contained in:
Juan RP
2012-10-15 15:04:42 +02:00
parent 018a232139
commit 792a57bec8
12 changed files with 62 additions and 38 deletions

View File

@@ -0,0 +1,11 @@
# Template file for 'isl-devel'.
#
short_desc="${short_desc} -- runtime library"
long_desc="${long_desc}
This package contains the runtime shared library."
do_install() {
vmove "usr/lib/*.so*" usr/lib
vmove usr/lib/elfutils usr/lib
}