wok-next view ossp-uuid/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
parents 9e5dca6702bf
children a3c581bf52b8
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 fix libtool &&
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 ossp-uuid) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }