wok annotate xa/receipt @ rev 21800

guvcview: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 14:24:44 2019 +0200 (2019-08-10)
parents ad4116239ed1
children b8d2de155dde
rev   line source
pascal@19897 1 # SliTaz package receipt.
pascal@19897 2
pascal@19897 3 PACKAGE="xa"
pascal@19897 4 VERSION="2.3.7"
pascal@19897 5 CATEGORY="development"
pascal@19897 6 SHORT_DESC="6502 cross assembler."
pascal@19897 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19897 8 LICENSE="GPL2"
pascal@19897 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@19897 10 WEB_SITE="http://www.floodgap.com/retrotech/xa/"
pascal@19897 11 WGET_URL="${WEB_SITE}dists/$TARBALL"
pascal@19898 12 TAGS="cross assembler 6502"
pascal@19897 13
pascal@19897 14 # Rules to configure and make the package.
pascal@19897 15 compile_rules()
pascal@19897 16 {
pascal@19897 17 sed -i "s|/usr/local|$DESTDIR/usr|" Makefile
pascal@19897 18 make && make install
pascal@19897 19 }
pascal@19897 20
pascal@19897 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19897 22 genpkg_rules()
pascal@19897 23 {
pascal@19897 24 mkdir -p $fs/usr
pascal@19897 25 cp -a $install/usr/bin $fs/usr
pascal@19897 26 }