wok annotate pulseaudio-locale/receipt @ rev 17245

Add lxqt (meta), make qt4-examples: screenshot, findfiles, charactermap
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 19 01:51:31 2014 +0200 (2014-10-19)
parents cb0b69dc94c7
children 7042a09beaeb
rev   line source
pascal@17005 1 # SliTaz package receipt.
pascal@17005 2
pascal@17005 3 PACKAGE="pulseaudio-locale"
pascal@17005 4 VERSION="5.0"
pascal@17005 5 CATEGORY="multimedia"
pascal@17005 6 SHORT_DESC="A sound system for POSIX OSes, locales."
pascal@17005 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17006 8 LICENSE="LGPL2.1 GPL2 MIT"
pascal@17005 9 WEB_SITE="http://www.pulseaudio.org/"
pascal@17005 10 WANTED="pulseaudio"
pascal@17005 11
pascal@17005 12 DEPENDS="pulseaudio"
pascal@17005 13
pascal@17005 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17005 15 genpkg_rules()
pascal@17005 16 {
pascal@17005 17 mkdir -p $fs/usr/share
pascal@17005 18 cp -a $install/usr/share/locale $fs/usr/share
pascal@17005 19 }