wok-6.x annotate ed/receipt @ rev 23749
updated xfsprogs (5.2.1 -> 5.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 15:39:32 2020 +0100 (2020-05-01) |
parents | 3fbd25cd0d97 |
children | 71360a13cd94 |
rev | line source |
---|---|
pascal@16335 | 1 # SliTaz package receipt. |
pascal@16335 | 2 |
pascal@16335 | 3 PACKAGE="ed" |
Hans-G?nter@22674 | 4 VERSION="1.15" |
pascal@16335 | 5 CATEGORY="development" |
pascal@16335 | 6 SHORT_DESC="A line-oriented text editor." |
pascal@16335 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16335 | 8 LICENSE="GPL3" |
pascal@22693 | 9 WEB_SITE="https://www.gnu.org/software/ed/" |
Hans-G?nter@22674 | 10 |
pascal@22675 | 11 TARBALL="$PACKAGE-$VERSION.tar.lz" |
pascal@16335 | 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
Hans-G?nter@22674 | 13 |
pankso@16478 | 14 HOST_ARCH="i486 arm" |
pascal@16335 | 15 |
pascal@16335 | 16 DEPENDS="" |
pascal@22675 | 17 BUILD_DEPENDS="lzip" |
pascal@16335 | 18 |
pascal@16335 | 19 # Rules to configure and make the package. |
pascal@16335 | 20 compile_rules() |
pascal@16335 | 21 { |
pankso@16478 | 22 ./configure --prefix=/usr && |
Hans-G?nter@22674 | 23 make CC=${HOST_SYSTEM}-gcc && |
Hans-G?nter@22674 | 24 make install |
pascal@16335 | 25 } |
pascal@16335 | 26 |
pascal@16335 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16335 | 28 genpkg_rules() |
pascal@16335 | 29 { |
pascal@16335 | 30 mkdir $fs/usr |
pascal@16335 | 31 cp -a $install/usr/bin $fs/usr |
pascal@16335 | 32 } |