desktop/texmaker/PKGBUILD

27 lines
692 B
Bash
Raw Normal View History

2014-01-03 01:45:13 +08:00
# Maintainer: Francesco Marinucci <franzmari[at]chakra-project[dot]it>
2011-05-28 00:37:58 +08:00
pkgname=texmaker
2014-05-02 17:10:04 +08:00
pkgver=4.2
2011-05-28 00:37:58 +08:00
pkgrel=1
2013-03-10 03:49:23 +08:00
pkgdesc="Free, modern and cross-platform LaTeX editor that integrates many tools."
arch=('x86_64')
2011-05-28 00:37:58 +08:00
url="http://www.xm1math.net/texmaker/"
license=('GPL')
2013-03-27 04:43:25 +08:00
depends=('qtwebkit' 'poppler-qt')
2013-03-10 03:49:23 +08:00
optdepends=('texlive-core')
categories=('office')
2013-03-10 03:49:23 +08:00
screenshots=('http://www.xm1math.net/texmaker/texmakertop_big.png')
source=("http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2")
2014-05-02 17:10:04 +08:00
md5sums=('9297da00423e341b76295f208a91096c')
2011-05-28 00:37:58 +08:00
build() {
cd $srcdir/$pkgname-$pkgver
qmake texmaker.pro
2012-05-26 02:27:28 +08:00
make
2011-05-28 00:37:58 +08:00
}
2011-07-31 12:56:49 +08:00
package() {
cd $srcdir/$pkgname-$pkgver
make install INSTALL_ROOT="$pkgdir"
2012-05-12 22:20:15 +08:00
}