wok-next view ossp-uuid/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 8940878905f3
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ossp-uuid"
4 VERSION="1.6.1"
5 CATEGORY="base-system"
6 SHORT_DESC="Universally Unique Identifier tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.ossp.org/pkg/lib/uuid/"
11 TARBALL="uuid-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.ossp.org/pkg/lib/uuid/$TARBALL"
14 SPLIT="ossp-uuid-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 ossp-uuid) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }