wok annotate djvulibre-dev/receipt @ rev 14742

Normalize LICENSE and some TAGS and CATEGORY.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 14 12:25:09 2013 +0000 (2013-06-14)
parents 159a8b382826
children 380ffe05937a
rev   line source
al@14429 1 # SliTaz package receipt.
al@14429 2
al@14429 3 PACKAGE="djvulibre-dev"
al@14429 4 VERSION="3.5.25.3"
al@14742 5 CATEGORY="development"
al@14429 6 SHORT_DESC="A web-centric format and software platform for distributing documents and images, development files."
al@14429 7 MAINTAINER="pascal.bellard@slitaz.org"
al@14429 8 WEB_SITE="http://djvu.sourceforge.net/"
al@14429 9 WANTED="djvulibre"
al@14429 10
al@14429 11 DEPENDS="djvulibre"
al@14429 12
al@14429 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14429 14 genpkg_rules()
al@14429 15 {
al@14429 16 mkdir -p $fs/usr/lib
al@14429 17 cp -a $install/usr/include $fs/usr
al@14429 18 cp -a $install/usr/lib/*a $fs/usr/lib
al@14429 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@14429 20 }