diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/texmaker/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/texmaker/PKGBUILD')
-rw-r--r-- | community/texmaker/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD deleted file mode 100644 index 1b18beed2..000000000 --- a/community/texmaker/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 94994 2013-08-02 22:19:28Z cinelli $ -#Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> - -pkgname=texmaker -pkgver=4.0.3 -pkgrel=1 -pkgdesc='Free cross-platform LaTeX editor' -arch=('i686' 'x86_64') -url="http://www.xm1math.net/texmaker/index.html" -license=('GPL') -depends=('poppler-qt' 'qtwebkit') -optdepends=('ghostscript: LaTeX to HTML conversion command' - 'ibus-qt: accented characters support'bu - 'poppler: PDF rendering support') -install="$pkgname.install" -source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f') - -build() { - cd "$pkgname-$pkgver" - qmake-qt4 PREFIX=/usr texmaker.pro - make -} -package() { - cd "$srcdir/$pkgname-$pkgver" - - install -dm755 "$pkgdir/usr/share" - make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install -} |