wok-6.x diff ms-sys/receipt @ rev 17036
linux: fix list_modules.sh (thanks aleksej)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 18 23:00:41 2014 +0200 (2014-08-18) |
parents | |
children | 82fa5f95bda8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ms-sys/receipt Mon Aug 18 23:00:41 2014 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ms-sys" 1.7 +VERSION="2.3.0" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Program for writing Microsoft compatible boot records." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +LICENSE="GPL2" 1.13 +WEB_SITE="http://ms-sys.sourceforge.net/" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="gettext" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make PREFIX=/usr DESTDIR=$DESTDIR install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr 1.29 + cp -a $install/usr/bin $fs/usr 1.30 +}