wok-stable view libburn-dev/receipt @ rev 6578

Up: sox, sox-dev to 14.3.1. Added build depends since there was none before. There also going to be compile with them anyways.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 19:23:18 2010 +0000 (2010-10-08)
parents 9fa709cfee75
children b1a7426c421c
line source
1 # SliTaz package receipt.
3 PACKAGE="libburn-dev"
4 VERSION="0.8.6"
5 CATEGORY="development"
6 SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs."
7 MAINTAINER="devl547@gmail.com"
8 WEB_SITE="http://libburnia-project.org/"
9 WANTED="libburn"
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/*a $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/share $fs/usr
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }