wok view libiec61883-dev/receipt @ rev 6707

Added linux-module-headers. This is used to build 3rd party kernel modules. This is based on archlinux kernel26-headers PKGBUILD.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 23:49:38 2010 +0000 (2010-10-13)
parents bf6fd97b33ab
children 8f447cf2eee5
line source
1 # SliTaz package receipt.
3 PACKAGE="libiec61883-dev"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="libiec61883 is a standard defining a high speed serial bus."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="libiec61883"
9 WEB_SITE="http://www.linux1394.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/dev
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }