wok-next view sg3_utils/receipt @ rev 20557

Remove *.la files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:01:14 2018 +0300 (2018-04-07)
parents f496af4fe2bf
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sg3_utils"
4 VERSION="1.42"
5 CATEGORY="system-tools"
6 SHORT_DESC="Low level utilities for devices that use a SCSI command set"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL BSD"
9 WEB_SITE="http://sg.danny.cz/sg/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://sg.danny.cz/sg/p/$TARBALL"
14 SPLIT="libsgutils2 sg3_utils sg3_utils-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 libsgutils2)
25 copy libsgutils2.so*
26 CAT="system-tools|library"
27 ;;
28 sg3_utils)
29 copy @std @rm
30 DEPENDS="libsgutils2"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }