wok annotate libburn/receipt @ rev 14489

Up bind (9.9.2-P2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 03 10:18:12 2013 +0200 (2013-05-03)
parents 4119f5841ac1
children 6c3718ca17b6
rev   line source
devl547@5624 1 # SliTaz package receipt.
devl547@5624 2
devl547@5624 3 PACKAGE="libburn"
slaxemulator@9577 4 VERSION="1.0.6"
devl547@5624 5 CATEGORY="utilities"
devl547@5624 6 SHORT_DESC="libburnia is a project for reading, mastering and writing optical discs."
devl547@5624 7 MAINTAINER="devl547@gmail.com"
devl547@5624 8 TARBALL="$PACKAGE-$VERSION.pl00.tar.gz"
devl547@5624 9 WEB_SITE="http://libburnia-project.org/"
devl547@5624 10 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
devl547@5624 11
devl547@5624 12 # Rules to configure and make the package.
devl547@5624 13 compile_rules()
devl547@5624 14 {
devl547@5624 15 cd $src
slaxemulator@7599 16 #grep -qs 'define u8' libburn/sg-linux.c ||
slaxemulator@7599 17 #sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' libburn/sg-linux.c
gokhlayeh@11573 18 ./configure $CONFIGURE_ARGS &&
devl547@5624 19 make &&
slaxemulator@8365 20 make -j1 DESTDIR=$DESTDIR install
devl547@5624 21 }
devl547@5624 22
devl547@5624 23 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5624 24 genpkg_rules()
devl547@5624 25 {
devl547@5624 26 mkdir -p $fs/usr/lib
devl547@5624 27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
devl547@5624 28 }