desktop/texmaker/PKGBUILD

30 lines
753 B
Bash
Raw Normal View History

2014-01-03 01:45:13 +08:00
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Francesco Marinucci <franzmari[at]chakra-project[dot]it>
2011-05-28 00:37:58 +08:00
pkgname=texmaker
2014-01-04 18:32:59 +08:00
pkgver=4.1.1
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-01-04 18:32:59 +08:00
md5sums=('0b26fe9e29b37eeaf98e568a096d2dad')
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
}