wok-next annotate mtdev/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 556349764d57
children d5aab818505e
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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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@20599 21 fix libtool &&
al@20599 22 make &&
al@20599 23 make install
mojo@13708 24 }
mojo@13708 25
al@20443 26 genpkg_rules() {
al@20443 27 case $PACKAGE in
al@20443 28 mtdev) copy @std;;
al@20443 29 *-dev) copy @dev;;
al@20443 30 esac
mojo@13708 31 }