wok view ms-sys/receipt @ rev 18357

Add harfbuzz-icu (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 14 22:05:16 2015 +0200 (2015-09-14)
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 }