wok annotate unixODBC-dev/receipt @ rev 14996

Add LGPL2.1 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 11:00:21 2013 +0000 (2013-08-10)
parents 0019585c9a1e
children 5613d51e1fdf
rev   line source
pascal@1186 1 # SliTaz package receipt.
pascal@1186 2
pascal@1186 3 PACKAGE="unixODBC-dev"
slaxemulator@6600 4 VERSION="2.3.0"
pascal@1186 5 CATEGORY="development"
pascal@1186 6 SHORT_DESC="ODBC for unix development files."
pascal@1186 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pascal@1186 9 WEB_SITE="http://www.unixodbc.org/"
pascal@14996 10 WANTED="unixODBC"
pascal@14996 11
slaxemulator@6968 12 DEPENDS="unixODBC"
pascal@1186 13
pascal@1186 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1186 15 genpkg_rules()
pascal@1186 16 {
pascal@1186 17 mkdir -p $fs/usr/lib
pascal@14996 18 cp -a $install/usr/include $fs/usr
pascal@14996 19 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@1186 20 }
pascal@1186 21