wok-next annotate libgusb/receipt @ rev 20180

opencc: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 12:28:56 2017 +0100 (2017-11-02)
parents e70c0b9c5adf
children 2d54d154d5ca
rev   line source
al@19691 1 # SliTaz package receipt.
al@19691 2
al@19691 3 PACKAGE="libgusb"
al@19691 4 VERSION="0.2.9"
al@19691 5 CATEGORY="libdevel"
al@19691 6 SHORT_DESC="GUsb is a GObject wrapper for libusb1"
al@19691 7 MAINTAINER="al.bobylev@gmail.com"
al@19691 8 LICENSE="LGPL2.1"
al@19691 9 WEB_SITE="https://github.com/hughsie/libgusb"
al@19691 10
al@19691 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 12 WGET_URL="http://people.freedesktop.org/~hughsient/releases/$TARBALL"
al@19691 13
al@19779 14 DEPENDS="eudev glib libffi libusb pcre zlib"
al@19691 15 BUILD_DEPENDS="gobject-introspection-dev libxslt gtk-doc glib-dev libusb-dev"
al@19691 16
al@19691 17 # Rules to configure and make the package.
al@19691 18 compile_rules()
al@19691 19 {
al@19691 20 ./configure \
al@19691 21 --disable-static \
al@19691 22 $CONFIGURE_ARGS &&
al@19691 23 make && make install
al@19691 24 }
al@19691 25
al@19691 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19691 27 genpkg_rules()
al@19691 28 {
al@19783 29 copy bin/ *.so*
al@19691 30 }