wok annotate ms-sys/receipt @ rev 23156

Up nwipe (0.28) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 17:43:47 2020 +0100 (2020-03-15)
parents 8a74e7b0ff7f
children afae00265386
rev   line source
pascal@15902 1 # SliTaz package receipt.
pascal@15902 2
pascal@15902 3 PACKAGE="ms-sys"
Hans-G?nter@21487 4 VERSION="2.6.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 LICENSE="GPL2"
pascal@15902 9 WEB_SITE="http://ms-sys.sourceforge.net/"
Hans-G?nter@21487 10
Hans-G?nter@21487 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15902 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15902 13
pascal@15902 14 DEPENDS=""
pascal@15902 15 BUILD_DEPENDS="gettext"
pascal@15902 16
pascal@15902 17 # Rules to configure and make the package.
pascal@15902 18 compile_rules()
pascal@15902 19 {
pascal@19292 20 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
pascal@15902 21 make PREFIX=/usr DESTDIR=$DESTDIR install
pascal@15902 22 }
pascal@15902 23
pascal@15902 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15902 25 genpkg_rules()
pascal@15902 26 {
pascal@15902 27 mkdir -p $fs/usr
pascal@15902 28 cp -a $install/usr/bin $fs/usr
pascal@15902 29 }