wok annotate ms-sys/receipt @ rev 18502
Add mozo
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sat Oct 17 12:08:31 2015 -0300 (2015-10-17) |
parents | 9e7670b0d96a |
children | 8a74e7b0ff7f |
rev | line source |
---|---|
pascal@15902 | 1 # SliTaz package receipt. |
pascal@15902 | 2 |
pascal@15902 | 3 PACKAGE="ms-sys" |
pascal@18070 | 4 VERSION="2.5.0" |
pascal@15902 | 5 CATEGORY="system-tools" |
pascal@15902 | 6 SHORT_DESC="Program for writing Microsoft compatible boot records." |
pascal@15902 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15902 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15902 | 9 LICENSE="GPL2" |
pascal@15902 | 10 WEB_SITE="http://ms-sys.sourceforge.net/" |
pascal@15902 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@15902 | 12 |
pascal@15902 | 13 DEPENDS="" |
pascal@15902 | 14 BUILD_DEPENDS="gettext" |
pascal@15902 | 15 |
pascal@15902 | 16 # Rules to configure and make the package. |
pascal@15902 | 17 compile_rules() |
pascal@15902 | 18 { |
pascal@15902 | 19 make PREFIX=/usr DESTDIR=$DESTDIR install |
pascal@15902 | 20 } |
pascal@15902 | 21 |
pascal@15902 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15902 | 23 genpkg_rules() |
pascal@15902 | 24 { |
pascal@15902 | 25 mkdir -p $fs/usr |
pascal@15902 | 26 cp -a $install/usr/bin $fs/usr |
pascal@15902 | 27 } |