wok annotate lcms2-dev/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents
children fc9203de5ff2
rev   line source
al@19128 1 # SliTaz package receipt.
al@19128 2
al@19128 3 PACKAGE="lcms2-dev"
al@19128 4 VERSION="2.7"
al@19128 5 CATEGORY="development"
al@19128 6 SHORT_DESC="Open source color management engine (development files)"
al@19128 7 MAINTAINER="al.bobylev@gmail.com"
al@19128 8 LICENSE="MIT"
al@19128 9 WEB_SITE="http://www.littlecms.com/"
al@19128 10
al@19128 11 DEPENDS="lcms2 lcms2-apps"
al@19128 12 WANTED="lcms2"
al@19128 13
al@19128 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19128 15 genpkg_rules()
al@19128 16 {
al@19128 17 mkdir -p $fs/usr/lib
al@19128 18 cp -a $install/usr/include $fs/usr
al@19128 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@19128 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
al@19128 21 }