wok-next annotate mtdev/receipt @ rev 21247
updated cyrus-imapd (2.4.17 -> 3.0.12)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 16:28:27 2019 +0100 (2019-12-05) |
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 } |