mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libatasmart: move so symlinks to -devel.
This commit is contained in:
parent
5c83723daf
commit
f1060bbfdc
1 changed files with 7 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libatasmart'
|
# Template file for 'libatasmart'
|
||||||
pkgname=libatasmart
|
pkgname=libatasmart
|
||||||
version=0.19
|
version=0.19
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libudev-devel>=183"
|
makedepends="libudev-devel>=183"
|
||||||
short_desc="ATA S.M.A.R.T. Reading and Parsing Library"
|
short_desc="ATA S.M.A.R.T. Reading and Parsing Library"
|
||||||
homepage="http://0pointer.de/blog/projects/being-smart.html"
|
homepage="http://0pointer.de/blog/projects/being-smart.html"
|
||||||
|
@ -13,19 +13,17 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
|
distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz"
|
||||||
checksum=61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d
|
checksum=61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" automake libtool"
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
libatasmart-devel_package() {
|
libatasmart-devel_package() {
|
||||||
depends="libudev-devel libatasmart-${version}_${revision}"
|
depends="libudev-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue