wok view giblib-dev/receipt @ rev 10831

Add firmware-rt2x00. This provides rt73 firmware and the rest of rt2x00 type firmwares that are in firmware source.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Jun 07 10:18:08 2011 +0000 (2011-06-07)
parents 40177f4e678a
children de49f29b101e
line source
1 # SliTaz package receipt
3 PACKAGE="giblib-dev"
4 VERSION="1.2.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Giblib graphic library development files."
7 MAINTAINER="mallory@sweetpeople.org"
8 DEPENDS="giblib"
9 WANTED="giblib"
10 WEB_SITE="http://linuxbrit.co.uk/feh/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*a $fs/usr/lib
18 }