wok-next view libatasmart/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libatasmart"
4 VERSION="0.19"
5 CATEGORY="system-tools"
6 SHORT_DESC="Disk reporting library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://0pointer.de/blog/projects/being-smart.html"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libatasmart.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://0pointer.de/public/$TARBALL"
14 TARBALL_SHA1="0d0745b6bd2e5b9461d15966b5daac6c98302de8"
16 BUILD_DEPENDS="eudev-dev"
17 SPLIT="$PACKAGE-dev $PACKAGE"
19 COPY_dev="@dev *.so"
21 DEPENDS_std="eudev"
22 DEPENDS_dev="$PACKAGE eudev-dev"
24 compile_rules() {
25 ./configure \
26 --disable-static \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make &&
30 make docdir=/usr/share/doc/$PACKAGE-$VERSION install
31 }