desktop/texmaker/PKGBUILD

27 lines
675 B
Bash
Raw Normal View History

2013-03-10 03:49:23 +08:00
# Maintainer : abveritas[at]chakra-project[dot]org>
2011-05-28 00:37:58 +08:00
pkgname=texmaker
2013-09-02 17:26:14 +08:00
pkgver=4.0.4
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")
2013-09-02 17:26:14 +08:00
md5sums=('5abe8618367bd7923f792378751648f7')
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
}