wok-next annotate libstroke/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
al@19957 1 # SliTaz package receipt v2.
pankso@3958 2
pankso@3958 3 PACKAGE="libstroke"
pankso@3958 4 VERSION="0.5.1"
pankso@3958 5 CATEGORY="system-tools"
al@19957 6 SHORT_DESC="A stroke (mouse gesture) translation library"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14718 8 LICENSE="GPL2"
pankso@3958 9 WEB_SITE="http://etla.net/libstroke/"
pankso@3958 10
al@19957 11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
al@19957 12 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/universe/libs/libstroke/$TARBALL"
al@19957 13
al@21078 14 BUILD_DEPENDS="patch gfortran libxt-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@14718 16
al@19957 17 compile_rules() {
al@20595 18 ./configure $CONFIGURE_ARGS &&
al@20595 19 fix libtool &&
al@20595 20 make &&
al@20595 21 make install
pankso@3958 22 }
pankso@3958 23
al@19957 24 genpkg_rules() {
al@19957 25 case $PACKAGE in
al@19957 26 libstroke)
al@19957 27 copy @std
al@21078 28 DEPENDS="libx11 libxau libxdmcp libxcb"
al@19957 29 ;;
al@19957 30 *-dev)
al@19957 31 copy @dev
al@19957 32 ;;
al@19957 33 esac
pankso@3958 34 }