wok diff pcsc-lite-dev/receipt @ rev 13374

ncmpcpp: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 16 09:09:17 2012 +0200 (2012-09-16)
parents
children 0c06068b2963
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pcsc-lite-dev/receipt	Sun Sep 16 09:09:17 2012 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pcsc-lite-dev"
     1.7 +VERSION="1.8.5"
     1.8 +CATEGORY="developement"
     1.9 +SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://pcsclite.alioth.debian.org/"
    1.12 +WANTED="pcsc-lite"
    1.13 +DEPENDS="pcsc-lite"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +}