wok view libiodbc/receipt @ rev 16173

Add: ympd (web frontend for mpd - perfect for RPi audio center remote control from desktop or mobile
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 16:39:01 2014 +0200 (2014-03-30)
parents
children 31f88f776bbc
line source
1 # SliTaz package receipt.
3 PACKAGE="libiodbc"
4 VERSION="3.52.7"
5 CATEGORY="system-tools"
6 SHORT_DESC="Independent Open DataBase Connectivity."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.iodbc.org/"
11 WGET_URL="http://www.iodbc.org/downloads/iODBC/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }