wok annotate djvulibre-dev/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 7a526dcd4932
children 851fc1686394
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"
pascal@15000 8 LICENSE="GPL2"
al@14429 9 WEB_SITE="http://djvu.sourceforge.net/"
al@14429 10 WANTED="djvulibre"
al@14429 11
al@14429 12 DEPENDS="djvulibre"
al@14429 13
al@14429 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14429 15 genpkg_rules()
al@14429 16 {
al@14429 17 mkdir -p $fs/usr/lib
al@14429 18 cp -a $install/usr/include $fs/usr
al@14429 19 cp -a $install/usr/lib/*a $fs/usr/lib
al@14429 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@14429 21 }