libatasmart: rebuild with as-needed for shlibs.
This commit is contained in:
parent
77b87ed3db
commit
a24338d4a5
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'libatasmart-devel'.
|
||||
#
|
||||
depends="libudev-devel libatasmart>=$version"
|
||||
depends="libudev-devel libatasmart-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/share usr
|
||||
}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
libc.so.6
|
||||
librt.so.1
|
||||
libudev.so.1
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'libatasmart'
|
||||
pkgname=libatasmart
|
||||
version=0.17
|
||||
revision=4
|
||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config libudev-devel>=183"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="ATA S.M.A.R.T. Reading and Parsing Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
||||
checksum=2d62a11274f32cde2f074adef9ceb662bf205618dfc8f8e74b9be6a8b1ed5ffd
|
||||
long_desc="
|
||||
${short_desc}"
|
||||
|
|
Loading…
Reference in New Issue