wok diff blueman/receipt @ rev 11275

Up: lxappearance (0.5.1)
author Alexander Medvedev <devl547@gmail.com>
date Thu Nov 10 03:10:17 2011 +0000 (2011-11-10)
parents
children 50e90a395ec9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/blueman/receipt	Thu Nov 10 03:10:17 2011 +0000
     1.3 @@ -0,0 +1,43 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="blueman"
     1.7 +VERSION="1.10"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Easy to use GTK+ Bluetooth Manager."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://blueman-project.org/"
    1.13 +WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
    1.14 +
    1.15 +DEPENDS="linux-bluetooth bluez python pygtk libnotify notify-python python-pyrex \
    1.16 +startup-notification util-linux-ng-uuid dbus dbus-python"
    1.17 +BUILD_DEPENDS="bluez-dev python-dev pygtk-dev notify-python libnotify-dev \
    1.18 +python-pyrex startup-notification-dev util-linux-ng-uuid-dev dbus-dev \
    1.19 +dbus-python-dev"
    1.20 +
    1.21 +# Rules to configure and make the package.
    1.22 +compile_rules()
    1.23 +{
    1.24 +	cd $src
    1.25 +	./configure \
    1.26 +		--prefix=/usr \
    1.27 +		--sysconfdir=/etc \
    1.28 +		--libexecdir=/usr/lib/$PACKAGE \
    1.29 +		$CONFIGURE_ARGS &&
    1.30 +	make && make install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	mkdir -p $fs/usr/share/pixmaps
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/usr/lib $fs/usr
    1.39 +	cp -a $install/usr/share/blueman $fs/usr/share
    1.40 +	cp -a $install/usr/share/hal $fs/usr/share
    1.41 +	cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.42 +	cp -a $install/usr/share/PolicyKit $fs/usr/share
    1.43 +	cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \
    1.44 +		$fs/usr/share/pixmaps
    1.45 +	cp -a $install/etc $fs
    1.46 +}