wok annotate obexd/receipt @ rev 23456
updated pure-ftpd and pure-ftpd-pam (1.0.48 -> 1.0.49)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 03 13:56:35 2020 +0100 (2020-04-03) |
parents | b06deec67841 |
children | 71360a13cd94 |
rev | line source |
---|---|
pascal@19879 | 1 # SliTaz package receipt. |
pascal@19879 | 2 |
pascal@19879 | 3 PACKAGE="obexd" |
pascal@19879 | 4 VERSION="0.48" |
pascal@19879 | 5 CATEGORY="network" |
pascal@19879 | 6 SHORT_DESC="OBEX Server and Client." |
pascal@19879 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19879 | 8 LICENSE="GPL2" |
pascal@19879 | 9 WEB_SITE="http://www.bluez.org/" |
pascal@19879 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@19879 | 11 WGET_URL="https://www.kernel.org/pub/linux/bluetooth/$TARBALL" |
pascal@19908 | 12 TAGS="bluetooth" |
pascal@19879 | 13 |
pascal@19879 | 14 DEPENDS="bluez libusb libical glib dbus" |
pascal@19879 | 15 BUILD_DEPENDS="wget bluez-dev libusb-dev libical-dev" |
pascal@19879 | 16 |
pascal@19879 | 17 # Rules to configure and make the package. |
pascal@19879 | 18 compile_rules() |
pascal@19879 | 19 { |
pascal@19879 | 20 ./configure --prefix=/usr \ |
pascal@19879 | 21 --libexecdir=/usr/bin \ |
pascal@19879 | 22 $CONFIGURE_ARGS && |
pascal@19879 | 23 make && |
pascal@19879 | 24 make DESTDIR=$DESTDIR install |
pascal@19879 | 25 } |
pascal@19879 | 26 |
pascal@19879 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19879 | 28 genpkg_rules() |
pascal@19879 | 29 { |
pascal@19879 | 30 mkdir -p $fs/usr |
pascal@19879 | 31 cp -a $install/usr/bin $fs/usr |
pascal@19879 | 32 cp -a $install/usr/share $fs/usr |
pascal@19879 | 33 } |