wok annotate megatools/receipt @ rev 18833

Add megatools
author Lucas Levrel <llevrel@yahoo.fr>
date Mon Jan 18 22:16:51 2016 +0100 (2016-01-18)
parents
children 5c4ebc8de350
rev   line source
llevrel@18833 1 # SliTaz package receipt.
llevrel@18833 2
llevrel@18833 3 PACKAGE="megatools"
llevrel@18833 4 VERSION="1.9.96"
llevrel@18833 5 CATEGORY="network"
llevrel@18833 6 SHORT_DESC="A collection of CLI programs for accessing Mega service."
llevrel@18833 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
llevrel@18833 8 LICENSE="GPL2"
llevrel@18833 9 WEB_SITE="https://megatools.megous.com"
llevrel@18833 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
llevrel@18833 11 WGET_URL="$WEB_SITE/builds/$TARBALL"
llevrel@18833 12
llevrel@18833 13 DEPENDS="glib libcurl openssl gmp"
llevrel@18833 14 BUILD_DEPENDS="glib-dev curl-dev openssl-dev gmp-dev"
llevrel@18833 15
llevrel@18833 16 # Rules to configure and make the package.
llevrel@18833 17 compile_rules()
llevrel@18833 18 {
llevrel@18833 19 ./configure $CONFIGURE_ARGS && make && make install
llevrel@18833 20 }
llevrel@18833 21
llevrel@18833 22 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18833 23 genpkg_rules()
llevrel@18833 24 {
llevrel@18833 25 cp -a $install/* $fs
llevrel@18833 26 }