wok view ms-sys/receipt @ rev 18644

coreutils-operations: clean pre_install()
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 30 02:55:10 2015 +0200 (2015-11-30)
parents 9e7670b0d96a
children 8a74e7b0ff7f
line source
1 # SliTaz package receipt.
3 PACKAGE="ms-sys"
4 VERSION="2.5.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Program for writing Microsoft compatible boot records."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 LICENSE="GPL2"
10 WEB_SITE="http://ms-sys.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make PREFIX=/usr DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }