wok-current annotate qtgain/receipt @ rev 23313
updated perl-datetime-timezone (1.93 -> 2.38)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 15:07:38 2020 +0100 (2020-03-30) |
parents | b367a52d4872 |
children | 7c0170dd3ecc |
rev | line source |
---|---|
pascal@13242 | 1 # SliTaz package receipt. |
pascal@13242 | 2 |
pascal@13242 | 3 PACKAGE="qtgain" |
pascal@13242 | 4 VERSION="0.9.5" |
pascal@13242 | 5 CATEGORY="multimedia" |
pascal@13242 | 6 SHORT_DESC="Simple frontend for MP3Gain, VorbisGain, AACGain and Metaflac." |
pascal@13242 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15601 | 8 LICENSE="GPL2" |
pascal@13242 | 9 TARBALL="56842-QtGain.tar.lzma" |
pascal@21921 | 10 WEB_SITE="https://www.linux-apps.com/content/show.php/QtGain?content=56842" |
pascal@13242 | 11 WGET_URL="http://qt-apps.org/CONTENT/content-files/$TARBALL" |
pascal@13242 | 12 |
pascal@13242 | 13 DEPENDS="libQtCore libQtGui libQtNetwork" |
pascal@13242 | 14 BUILD_DEPENDS="Qt4-dev qmake" |
pascal@13242 | 15 |
pascal@13242 | 16 # Rules to configure and make the package. |
pascal@13242 | 17 compile_rules() |
pascal@13242 | 18 { |
pascal@13242 | 19 qmake && make |
pascal@13242 | 20 } |
pascal@13242 | 21 |
pascal@13242 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13242 | 23 genpkg_rules() |
pascal@13242 | 24 { |
pascal@13242 | 25 mkdir -p $fs/usr/share/pixmaps |
pascal@13242 | 26 cp -a $src/bin $fs/usr |
pascal@13242 | 27 cp -a $src/qtgain.png $fs/usr/share/pixmaps |
pascal@13242 | 28 cp -a $stuff/* $fs |
pascal@13242 | 29 chown -R root.root $fs |
pascal@13242 | 30 } |