wok annotate mm-common/receipt @ rev 17238
dovecot, proftpd: CVE-2014-3566
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 18 14:31:43 2014 +0200 (2014-10-18) |
parents | f2a3ca861fbd |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
slaxemulator@10231 | 1 # SliTaz package receipt. |
slaxemulator@10231 | 2 |
slaxemulator@10231 | 3 PACKAGE="mm-common" |
slaxemulator@10231 | 4 VERSION="0.9.4" |
slaxemulator@10231 | 5 CATEGORY="development" |
slaxemulator@10231 | 6 SHORT_DESC="Common build files of the C++ bindings" |
slaxemulator@10231 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15583 | 8 LICENSE="GPL2" |
slaxemulator@10231 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@10231 | 10 WEB_SITE="http://gtkmm.org" |
slaxemulator@10231 | 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
slaxemulator@10231 | 12 |
slaxemulator@10231 | 13 # Rules to configure and make the package. |
slaxemulator@10231 | 14 compile_rules() |
slaxemulator@10231 | 15 { |
slaxemulator@10231 | 16 cd $src |
slaxemulator@10231 | 17 ./configure --prefix=/usr && make && make install |
slaxemulator@10231 | 18 } |
slaxemulator@10231 | 19 |
slaxemulator@10231 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@10231 | 21 genpkg_rules() |
slaxemulator@10231 | 22 { |
slaxemulator@10231 | 23 mkdir -p $fs |
pascal@15583 | 24 cp -a $install/usr $fs |
slaxemulator@10231 | 25 } |
slaxemulator@10231 | 26 |