wok-next view dosfstools/receipt @ rev 21154
updated firefox-official (59.0.3 -> 65.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 01 15:39:07 2019 +0100 (2019-02-01) |
parents | c4e53a39395a |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dosfstools"
4 VERSION="4.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Tools to create and check DOS filesystems"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/dosfstools/dosfstools/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="${WEB_SITE}releases/download/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="eudev-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="eudev"
25 }