wok annotate gdbm-dev/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 8b19c9c8daae
children e4cda1000ec7
rev   line source
pascal@1436 1 # SliTaz package receipt.
pascal@1436 2
pascal@1436 3 PACKAGE="gdbm-dev"
devl547@11332 4 VERSION="1.10"
pascal@1436 5 CATEGORY="development"
pascal@1436 6 SHORT_DESC="GNU database indexing library development files."
pascal@1436 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pascal@1436 9 WEB_SITE="http://www.gnu.org/software/gdbm"
pascal@1436 10 WANTED="gdbm"
pascal@1436 11
pascal@1436 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1436 13 genpkg_rules()
pascal@1436 14 {
pascal@1436 15 mkdir -p $fs/usr/lib
pascal@14999 16 cp -a $install/usr/lib/*.a $fs/usr/lib
pascal@14999 17 cp -a $install/usr/include $fs/usr
pascal@1436 18 }
pascal@1436 19