wok-next diff mtp-tools/receipt @ rev 14225

freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 16:18:40 2013 +0000 (2013-03-21)
parents
children cadb930e57f8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mtp-tools/receipt	Thu Mar 21 16:18:40 2013 +0000
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mtp-tools"
     1.7 +VERSION="1.1.5"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Media Transfer Protocol (MTP) tuilities"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libusb-compat"
    1.12 +BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev libgcrypt-dev"
    1.13 +SOURCE="libmtp"
    1.14 +TARBALL="$OURCE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://libmtp.sourceforge.net/"
    1.16 +WANTED="libmtp"
    1.17 +
    1.18 +DEPENDS="libmtp"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr/bin
    1.24 +	cp -a $install/usr/bin $fs/usr
    1.25 +}