wok-current annotate libcddb-utils/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
parents
children a9f761ad2331
rev   line source
erjo@11542 1 # SliTaz package receipt.
erjo@11542 2
erjo@11542 3 PACKAGE="libcddb-utils"
erjo@11542 4 VERSION="1.3.2"
erjo@11542 5 CATEGORY="multimedia"
erjo@11542 6 SHORT_DESC="libccdb utilities."
erjo@11542 7 MAINTAINER="erjo@slitaz.org"
erjo@11542 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@11542 9 WEB_SITE="http://libcddb.sourceforge.net/"
erjo@11542 10 WANTED="libcddb"
erjo@11542 11
erjo@11542 12 DEPENDS="libcddb libcdio"
erjo@11542 13
erjo@11542 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11542 15 genpkg_rules()
erjo@11542 16 {
erjo@11542 17 mkdir -p $fs/usr
erjo@11542 18 cp -a $_pkg/usr/bin $fs/usr
erjo@11542 19 }