mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
automoc4: rebuild for metadata
This commit is contained in:
parent
8e0af99f1f
commit
53c718a465
1 changed files with 9 additions and 4 deletions
|
@ -1,17 +1,22 @@
|
||||||
# Template file for 'automoc4'
|
# Template file for 'automoc4'
|
||||||
pkgname=automoc4
|
pkgname=automoc4
|
||||||
version=0.9.88
|
version=0.9.88
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt-devel"
|
makedepends="qt-devel"
|
||||||
short_desc="Automatic moc for Qt 4 packages"
|
short_desc="Automatic moc for Qt 4 packages"
|
||||||
homepage="http://techbase.kde.org/Development/Tools/Automoc4"
|
|
||||||
license="BSD"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://download.kde.org/stable/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
license="BSD-2-Clause"
|
||||||
|
homepage="http://techbase.kde.org/Development/Tools/Automoc4"
|
||||||
|
distfiles="${KDE_SITE}/automoc4/${version}/automoc4-${version}.tar.bz2"
|
||||||
checksum=234116f4c05ae21d828594d652b4c4a052ef75727e2d8a4f3a4fb605de9e4c49
|
checksum=234116f4c05ae21d828594d652b4c4a052ef75727e2d8a4f3a4fb605de9e4c49
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt-qmake qt-host-tools"
|
hostmakedepends+=" qt-qmake qt-host-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
sed -n '/Copyright/,/SUCH\./p' kde4automoc.cpp > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue