wok-next annotate ms-sys/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 8a74e7b0ff7f
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@15902 2
pascal@15902 3 PACKAGE="ms-sys"
pascal@18070 4 VERSION="2.5.0"
pascal@15902 5 CATEGORY="system-tools"
al@21020 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/"
al@21020 10
al@21020 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15902 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15902 13
al@21020 14 BUILD_DEPENDS="gettext-dev"
pascal@15902 15
al@21020 16 compile_rules() {
pascal@19292 17 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
al@21020 18 make PREFIX=/usr DESTDIR=$install install
pascal@15902 19 }
pascal@15902 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
pascal@15902 23 }