You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
328 B
17 lines
328 B
8 years ago
|
# TODO: Qt5
|
||
|
|
||
|
import 'compile/qt'
|
||
|
|
||
|
name=texmaker
|
||
|
version=4.5
|
||
|
update_url="http://www.xm1math.net/$name/download.html"
|
||
|
|
||
|
dlextract "http://www.xm1math.net/$name/$name-$version.tar.bz2" \
|
||
|
'156ffad5b7193e0cfecd2d3689f3a7a4'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_qt 4
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|