wok annotate edid-decode/receipt @ rev 24048
Add xxhash-lib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 10 19:56:39 2021 +0000 (2021-05-10) |
parents | |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@22688 | 1 # SliTaz package receipt. |
pascal@22688 | 2 |
pascal@22688 | 3 PACKAGE="edid-decode" |
pascal@22688 | 4 VERSION="fork-point-4" |
pascal@22688 | 5 CATEGORY="misc" |
pascal@22688 | 6 SHORT_DESC="Decode EDID data in human-readable format" |
pascal@22688 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@22688 | 8 LICENSE="BSD" |
pascal@22688 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@22688 | 10 WEB_SITE="https://github.com/rpavlik/edid-decode" |
pascal@22688 | 11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" |
pascal@22688 | 12 |
pascal@22688 | 13 # Rules to configure and make the package. |
pascal@22688 | 14 compile_rules() |
pascal@22688 | 15 { |
pascal@22688 | 16 make && |
pascal@22688 | 17 make DESTDIR=$DESTDIR install |
pascal@22688 | 18 } |
pascal@22688 | 19 |
pascal@22688 | 20 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@22688 | 21 genpkg_rules() |
pascal@22688 | 22 { |
pascal@22688 | 23 mkdir -p $fs/usr |
pascal@22688 | 24 cp -a $install/usr/bin $fs/usr |
pascal@22688 | 25 } |