wok-next annotate mtd-utils/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 556349764d57 |
children |
rev | line source |
---|---|
al@20599 | 1 # SliTaz package receipt v2. |
pascal@15219 | 2 |
pascal@15219 | 3 PACKAGE="mtd-utils" |
pascal@20336 | 4 VERSION="2.0.1" |
pascal@15219 | 5 CATEGORY="base-system" |
al@20599 | 6 SHORT_DESC="Memory Technology Device Tools (including jff2)" |
pascal@15219 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15219 | 8 LICENSE="GPL2" |
al@20599 | 9 WEB_SITE="http://www.linux-mtd.infradead.org/" |
al@20599 | 10 |
pascal@15219 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@15219 | 12 WGET_URL="ftp://ftp.infradead.org/pub/mtd-utils/$TARBALL" |
pascal@15219 | 13 |
pascal@15219 | 14 BUILD_DEPENDS="acl-dev lzo-dev zlib-dev util-linux-uuid-dev" |
pascal@15219 | 15 |
al@20599 | 16 compile_rules() { |
al@20599 | 17 ./configure $CONFIGURE_ARGS && |
al@20599 | 18 fix libtool && |
al@20599 | 19 make && |
al@21020 | 20 make DESTDIR=$install install |
pascal@15219 | 21 } |
pascal@15219 | 22 |
al@20599 | 23 genpkg_rules() { |
al@20599 | 24 copy @std |
al@20599 | 25 DEPENDS="lzo zlib util-linux-uuid" |
pascal@15219 | 26 } |