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