wok-next annotate libburn/receipt @ rev 9249
Down mpd 15.15 (I think we need tcp_wrappers)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Mar 13 21:32:02 2011 +0000 (2011-03-13) |
parents | 06da269ba27e |
children | 4119f5841ac1 |
rev | line source |
---|---|
devl547@5624 | 1 # SliTaz package receipt. |
devl547@5624 | 2 |
devl547@5624 | 3 PACKAGE="libburn" |
slaxemulator@8848 | 4 VERSION="1.0.2" |
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 |
slaxemulator@8365 | 18 ./configure && |
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 } |