wok-undigest annotate libcue/receipt @ rev 1249
copied recipes for gobject-introspection and zlib from cooking wok
author | Hans-G?nter Theisgen |
---|---|
date | Fri Aug 12 17:25:37 2022 +0100 (2022-08-12) |
parents | |
children |
rev | line source |
---|---|
al@1141 | 1 # SliTaz package receipt. |
al@1141 | 2 |
al@1141 | 3 PACKAGE="libcue" |
al@1141 | 4 VERSION="1.4.0" |
al@1141 | 5 CATEGORY="development" |
al@1141 | 6 SHORT_DESC="CUE Sheet Parser Library" |
al@1141 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@1141 | 8 LICENSE="BSD GPL2" |
al@1141 | 9 WEB_SITE="http://sourceforge.net/projects/libcue/" |
al@1141 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@1141 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
al@1141 | 12 |
al@1141 | 13 DEPENDS="" |
al@1141 | 14 BUILD_DEPENDS="flex" |
al@1141 | 15 |
al@1141 | 16 # Rules to configure and make the package. |
al@1141 | 17 compile_rules() |
al@1141 | 18 { |
al@1141 | 19 ./configure $CONFIGURE_ARGS && make && make install |
al@1141 | 20 } |
al@1141 | 21 |
al@1141 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@1141 | 23 genpkg_rules() |
al@1141 | 24 { |
al@1141 | 25 mkdir -p $fs/usr/lib |
al@1141 | 26 cp -a $install/usr/lib/*.so* $fs/usr/lib |
al@1141 | 27 } |