Advertisement
abw

qt4pas-2.5.ebuild

abw
Dec 8th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. # Copyright 2013 Alexander B. Waldner <abwaldner@yandex.ru>
  2. # Distributed under the terms of the GNU General Public License v2
  3.  
  4. EAPI=5
  5.  
  6. inherit qt4-r2
  7.  
  8. DESCRIPTION="The Free Pascal binding to the C++ Qt4 Library."
  9. HOMEPAGE="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
  10. LICENSE="LGPL"
  11. SRC_URI="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/${PN}-V2.5_Qt4.5.3.tar.gz"
  12. SLOT="0"
  13. KEYWORDS="x86"
  14.  
  15. DEPEND="
  16.  dev-qt/qtcore:4
  17.  dev-qt/qtgui:4
  18. "
  19.  
  20. RDEPEND="${DEPEND}"
  21.  
  22. S="${WORKDIR}/${PN}-V2.5_Qt4.5.3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement