wok-next annotate mtdev/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents f463de72afe3
children 556349764d57
rev   line source
al@20443 1 # SliTaz package receipt v2.
mojo@13708 2
mojo@13708 3 PACKAGE="mtdev"
al@19655 4 VERSION="1.1.5"
mojo@13708 5 CATEGORY="development"
mojo@13708 6 SHORT_DESC="Multitouch Protocol Translation Library"
mojo@13708 7 MAINTAINER="mojo@slitaz.org"
pascal@15583 8 LICENSE="MIT"
mojo@13708 9 WEB_SITE="http://bitmath.org/code/mtdev/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/mtdev.html"
al@19655 11
mojo@13708 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
mojo@13708 13 WGET_URL="$WEB_SITE$TARBALL"
mojo@13708 14
al@20443 15 SPLIT="mtdev-dev"
al@20443 16
al@20443 17 compile_rules() {
al@19655 18 ./configure \
al@19655 19 --disable-static \
al@19655 20 $CONFIGURE_ARGS &&
al@19655 21 make && make install
mojo@13708 22 }
mojo@13708 23
al@20443 24 genpkg_rules() {
al@20443 25 case $PACKAGE in
al@20443 26 mtdev) copy @std;;
al@20443 27 *-dev) copy @dev;;
al@20443 28 esac
mojo@13708 29 }