# SliTaz package receipt. PACKAGE="edid-decode" VERSION="fork-point-5" CATEGORY="misc" SHORT_DESC="Decode EDID data in human-readable format." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://github.com/rpavlik/edid-decode" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="gcc83-lib-base" BUILD_DEPENDS="gcc83" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { make CC=gcc-83 CXX=g++-83 && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin }