wok-next view ms-sys/receipt @ rev 19866
Up eudev, rust-musl, slitaz-next, b43-fwcutter, cookutils, dbus, dmidecode, eudev, firmware, libidl, make-slitaz-icons, mirror-tools, tazdev, tazwikiss, yaff; add laptop-detect
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 19 02:54:15 2017 +0300 (2017-09-19) |
parents | 82fa5f95bda8 |
children | d5aab818505e |
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 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
20 make PREFIX=/usr DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }