wok view ms-sys/receipt @ rev 23107

updated libtasn1 and libtasn1-dev (4.13 -> 4.16.0)
author Hans-G?nter Theisgen
date Thu Mar 12 13:38:17 2020 +0100 (2020-03-12)
parents 8a74e7b0ff7f
children afae00265386
line source
1 # SliTaz package receipt.
3 PACKAGE="ms-sys"
4 VERSION="2.6.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 DEPENDS=""
15 BUILD_DEPENDS="gettext"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
21 make PREFIX=/usr DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }