wok-next annotate mtdev/receipt @ rev 21337
clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 14 19:40:43 2019 +0000 (2019-12-14) |
parents | f48456621a9d |
children |
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@21020 | 15 SPLIT="$PACKAGE-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 } |