wok view gf2x-dev/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gf2x-dev"
4 VERSION="1.1"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for gf2x"
7 MAINTAINER="al.bobylev@gmail.com"
8 WEB_SITE="https://gforge.inria.fr/projects/gf2x/"
9 WANTED="gf2x"
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/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 }