wok-4.x view wvstreams-dev/receipt @ rev 11730
tintin: don't use extension in desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 09:02:38 2012 -0800 (2012-02-21) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="wvstreams-dev"
4 VERSION="4.6.1"
5 CATEGORY="development"
6 SHORT_DESC="wvstreams devel files."
7 MAINTAINER="jozee@slitaz.org"
8 WANTED="wvstreams"
9 WEB_SITE="http://wvstreams.googlecode.com"
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/pkgconfig $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include/ $fs/usr
18 }