wok-next view ms-sys/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 8a74e7b0ff7f
children
line source
1 # SliTaz package receipt v2.
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 LICENSE="GPL2"
9 WEB_SITE="http://ms-sys.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gettext-dev"
16 compile_rules() {
17 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
18 make PREFIX=/usr DESTDIR=$install install
19 }
21 genpkg_rules() {
22 copy @std
23 }