wok-stable view libunixODBC/receipt @ rev 12328

Added libao to Graveman and removed the returns I (accidentally) added in DEPENDS and BUILD_DEPENDS
author Brenton Scott <admin@trixarian.net>
date Sat Sep 22 22:10:45 2012 +0200 (2012-09-22)
parents cf7ebadbfe65
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libunixODBC"
4 VERSION="2.3.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="ODBC for unix libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.unixodbc.org/"
9 WANTED="unixODBC"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
16 }