wok-next view 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 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mtdev"
4 VERSION="1.1.5"
5 CATEGORY="development"
6 SHORT_DESC="Multitouch Protocol Translation Library"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://bitmath.org/code/mtdev/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/mtdev.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 mtdev) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }