New package: qtchooser.
This commit is contained in:
parent
d47c0cf218
commit
027287f3cd
3 changed files with 25 additions and 0 deletions
2
srcpkgs/qtchooser/files/4.conf
Normal file
2
srcpkgs/qtchooser/files/4.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/usr/lib/qt/bin
|
||||||
|
/usr/lib
|
2
srcpkgs/qtchooser/files/5.conf
Normal file
2
srcpkgs/qtchooser/files/5.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/usr/lib/qt5/bin
|
||||||
|
/usr/lib
|
21
srcpkgs/qtchooser/template
Normal file
21
srcpkgs/qtchooser/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'qtchooser'
|
||||||
|
pkgname=qtchooser
|
||||||
|
version=20141130
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="git"
|
||||||
|
short_desc="A QT version chooser"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://qt.gitorious.org/qt/qtchooser"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone git://gitorious.org/qt/qtchooser.git ${wrksrc}
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
make INSTALL_ROOT=${DESTDIR} install
|
||||||
|
|
||||||
|
vmkdir etc/xdg/qtchooser
|
||||||
|
vinstall ${FILESDIR}/4.conf 644 etc/xdg/qtchooser
|
||||||
|
vinstall ${FILESDIR}/5.conf 644 etc/xdg/qtchooser
|
||||||
|
}
|
Loading…
Reference in a new issue