wok annotate libdshconfig/receipt @ rev 23784

updated xvkbd (3.7 -> 4.1)
author Hans-G?nter Theisgen
date Thu May 21 14:49:06 2020 +0100 (2020-05-21)
parents
children ede1d184d5c5
rev   line source
pascal@22685 1 # SliTaz package receipt.
pascal@22685 2
pascal@22685 3 PACKAGE="libdshconfig"
pascal@22685 4 VERSION="0.20.9"
pascal@22685 5 CATEGORY="network"
pascal@22685 6 SHORT_DESC="Config file parser used by dsh"
pascal@22685 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@22685 8 LICENSE="GPL2"
pascal@22685 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@22685 10 WEB_SITE="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
pascal@22685 11 WGET_URL="https://www.netfort.gr.jp/~dancer/software/downloads/$TARBALL"
pascal@22685 12
pascal@22685 13 # Rules to configure and make the package.
pascal@22685 14 compile_rules()
pascal@22685 15 {
pascal@22685 16 ./configure --prefix=/usr \
pascal@22685 17 $CONFIGURE_ARGS &&
pascal@22685 18 make &&
pascal@22685 19 make DESTDIR=$DESTDIR install
pascal@22685 20 }
pascal@22685 21
pascal@22685 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@22685 23 genpkg_rules()
pascal@22685 24 {
pascal@22685 25 mkdir -p $fs/usr/lib
pascal@22685 26 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@22685 27 }