Added libatasmart-0.17 build template.
--HG-- extra : convert_revision : fbf5b0acb2f546737de286f15cb83cdac2d14940
This commit is contained in:
parent
2c7f5428e3
commit
e27ffef786
5 changed files with 37 additions and 0 deletions
1
srcpkgs/libatasmart-devel
Symbolic link
1
srcpkgs/libatasmart-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libatasmart
|
2
srcpkgs/libatasmart/depends
Normal file
2
srcpkgs/libatasmart/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.17"
|
||||||
|
api_depends="${abi_depends}"
|
17
srcpkgs/libatasmart/libatasmart-devel.template
Normal file
17
srcpkgs/libatasmart/libatasmart-devel.template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libatasmart-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libudev-devel
|
||||||
|
Add_dependency run libatasmart
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.{a,so} ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
}
|
16
srcpkgs/libatasmart/template
Normal file
16
srcpkgs/libatasmart/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'libatasmart'
|
||||||
|
pkgname=libatasmart
|
||||||
|
version=0.17
|
||||||
|
distfiles="http://0pointer.de/public/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="ATA S.M.A.R.T. Reading and Parsing Library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=2d62a11274f32cde2f074adef9ceb662bf205618dfc8f8e74b9be6a8b1ed5ffd
|
||||||
|
long_desc="
|
||||||
|
${short_desc}"
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libudev
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build libudev-devel
|
|
@ -588,3 +588,4 @@ libboost_math_c99.so.1.42 boost boost-devel
|
||||||
libboost_regex.so.1.42 boost boost-devel
|
libboost_regex.so.1.42 boost boost-devel
|
||||||
libboost_wserialization.so.1.42 boost boost-devel
|
libboost_wserialization.so.1.42 boost boost-devel
|
||||||
libexempi.so exempi exempi-devel
|
libexempi.so exempi exempi-devel
|
||||||
|
libatasmart.so libatasmart libatasmart-devel
|
||||||
|
|
Loading…
Reference in a new issue