wok-next annotate wxdfast/receipt @ rev 21184

aufs-utils: inserted make headers_install
author Hans-G?nter Theisgen
date Sun Sep 22 17:16:53 2019 +0100 (2019-09-22)
parents d5aab818505e
children
rev   line source
al@20604 1 # SliTaz package receipt v2.
erjo@1238 2
erjo@1238 3 PACKAGE="wxdfast"
erjo@1238 4 VERSION="0.6.0"
pascal@1423 5 CATEGORY="network"
al@20604 6 SHORT_DESC="Download Manager"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20604 9 WEB_SITE="http://dfast.sourceforge.net/index.html"
al@20604 10
al@21020 11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
al@21020 12 WGET_URL="$SF_MIRROR/dfast/$TARBALL"
erjo@1238 13
al@18521 14 BUILD_DEPENDS="wxWidgets28-dev"
pascal@15000 15
al@20604 16 compile_rules() {
al@20604 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
pascal@2527 19 make &&
al@21020 20 make DESTDIR=$install install
erjo@1238 21 }
erjo@1238 22
al@20604 23 genpkg_rules() {
al@20604 24 copy @std
al@21078 25 DEPENDS="wxWidgets28 libxdamage libxxf86vm"
erjo@1238 26 }