wok-6.x annotate rlog/receipt @ rev 2195
Add busybox-pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 09 12:28:12 2009 +0000 (2009-02-09) |
parents | |
children | 8be66f03fbd2 |
rev | line source |
---|---|
b1+slitaz@1826 | 1 # SliTaz package receipt. |
b1+slitaz@1826 | 2 |
b1+slitaz@1826 | 3 PACKAGE="rlog" |
b1+slitaz@1826 | 4 VERSION="1.4" |
b1+slitaz@1826 | 5 CATEGORY="misc" |
b1+slitaz@1826 | 6 SHORT_DESC="C++ logging library." |
b1+slitaz@1826 | 7 MAINTAINER="b1+slitaz@nagel.org" |
b1+slitaz@1826 | 8 DEPENDS="" |
b1+slitaz@1826 | 9 BUILD_DEPENDS="" |
b1+slitaz@1826 | 10 TARBALL="rlog-$VERSION.tar.gz" |
b1+slitaz@1826 | 11 WEB_SITE="http://www.arg0.net/rlog" |
b1+slitaz@1826 | 12 WGET_URL="http://rlog.googlecode.com/files/$TARBALL" |
b1+slitaz@1826 | 13 |
b1+slitaz@1826 | 14 # Rules to configure and make the package. |
b1+slitaz@1826 | 15 compile_rules() |
b1+slitaz@1826 | 16 { |
b1+slitaz@1826 | 17 cd $src |
b1+slitaz@1826 | 18 ./configure --prefix=/usr $CONFIGURE_ARGS |
b1+slitaz@1826 | 19 make |
b1+slitaz@1826 | 20 make DESTDIR=$src/_pkg install |
b1+slitaz@1826 | 21 } |
b1+slitaz@1826 | 22 |
b1+slitaz@1826 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
b1+slitaz@1826 | 24 genpkg_rules() |
b1+slitaz@1826 | 25 { |
b1+slitaz@1826 | 26 mkdir -p $fs/usr/lib |
b1+slitaz@1826 | 27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
b1+slitaz@1826 | 28 strip -s $fs/usr/lib/* |
b1+slitaz@1826 | 29 } |