wok-next annotate yasm/receipt @ rev 19741

Many random packages update/upgrade.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 05 16:48:55 2017 +0300 (2017-06-05)
parents 74d396ffb02c
children 0e7893ac206d
rev   line source
al@19741 1 # SliTaz package receipt v2.
jozee@4536 2
jozee@4536 3 PACKAGE="yasm"
devl547@17790 4 VERSION="1.3.0"
jozee@4536 5 CATEGORY="development"
al@19741 6 SHORT_DESC="The Yasm Modular Assembler"
jozee@4536 7 MAINTAINER="jozee@slitaz.org"
pascal@15198 8 LICENSE="BSD GPL2 LGPL2"
al@19741 9 WEB_SITE="http://yasm.tortall.net/"
pankso@16026 10 HOST_ARCH="i486 arm"
jozee@4536 11
al@19741 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19741 13 WGET_URL="http://www.tortall.net/projects/yasm/releases/$TARBALL"
al@19741 14
al@19741 15 SPLIT="yasm-dev"
pascal@15198 16
jozee@4536 17 # Rules to configure and make the package.
slaxemulator@11873 18 compile_rules()
slaxemulator@11873 19 {
al@19741 20 ./configure $CONFIGURE_ARGS && make && make install
jozee@4536 21 }
al@19741 22
jozee@4536 23 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4536 24 genpkg_rules()
jozee@4536 25 {
al@19741 26 case $PACKAGE in
al@19741 27 yasm) copy @std ;;
al@19741 28 yasm-dev) copy @dev ;;
al@19741 29 esac
jozee@4536 30 }