summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--~xihh/blast/PKGBUILD1
-rw-r--r--~xihh/contrafold/PKGBUILD23
-rw-r--r--~xihh/lyx-clasicthesis/PKGBUILD30
-rw-r--r--~xihh/notmuch-address/PKGBUILD9
-rw-r--r--~xihh/ugene/PKGBUILD2
5 files changed, 59 insertions, 6 deletions
diff --git a/~xihh/blast/PKGBUILD b/~xihh/blast/PKGBUILD
index 22052163f..70ab81dcc 100644
--- a/~xihh/blast/PKGBUILD
+++ b/~xihh/blast/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Joshua Haase <hahj87@gmail.com>
-
pkgname='blast'
pkgver=2.2.25
pkgrel=1
diff --git a/~xihh/contrafold/PKGBUILD b/~xihh/contrafold/PKGBUILD
new file mode 100644
index 000000000..4cf9c1085
--- /dev/null
+++ b/~xihh/contrafold/PKGBUILD
@@ -0,0 +1,23 @@
+# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
+# Maintainer: Joshua Ismael Haase Hernandez <joshpar@stravy>
+pkgname=contrafold
+pkgver=2_02
+pkgrel=1
+epoch=
+pkgdesc="An RNA secondary structure folder."
+arch=('i686' 'x86_64')
+url="http://contra.stanford.edu/contrafold/"
+license=('Custom:BSD3')
+source=(http://contra.stanford.edu/contrafold/contrafold_v${pkgver}.tar.gz)
+md5sums=('cea66c63df835fe7f790c7f49ce83ef3')
+
+build() {
+ cd "$srcdir/$pkgname/src"
+ # ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname/src"
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/~xihh/lyx-clasicthesis/PKGBUILD b/~xihh/lyx-clasicthesis/PKGBUILD
new file mode 100644
index 000000000..8e63e2025
--- /dev/null
+++ b/~xihh/lyx-clasicthesis/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
+# Maintainer: Joshua Ismael Haase Hernandez <joshpar@stravy>
+pkgname=lyx-clasicthesis
+pkgver=3.1-beta1
+pkgrel=1
+pkgdesc="A Classic Thesis Style for LaTeX and LyX"
+arch=('any')
+url="https://code.google.com/p/classicthesis/"
+license=('GPL')
+groups=()
+depends=('lyx')
+source=(https://code.google.com/p/classicthesis/downloads/detail?name=ClassicThesis-LyX-v${pkgver}.zip)
+md5sums=('a437079a70466adadf8f7034e02ebd85')
+noextract=()
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/~xihh/notmuch-address/PKGBUILD b/~xihh/notmuch-address/PKGBUILD
index cf216f59d..908f40b22 100644
--- a/~xihh/notmuch-address/PKGBUILD
+++ b/~xihh/notmuch-address/PKGBUILD
@@ -1,7 +1,7 @@
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Joshua Ismael Haase Hernandez <joshpar@stravy>
pkgname=notmuch-address
-pkgver=20120101
+pkgver=20120201
pkgrel=1
epoch=
pkgdesc="Address completion for notmuch"
@@ -10,7 +10,7 @@ url=""
license=('GPL')
groups=()
depends=(python2)
-makedepends=()
+makedepends=(git)
checkdepends=()
optdepends=()
provides=()
@@ -52,6 +52,7 @@ build() {
package() {
cd "$srcdir/$_gitname-build"
- sed -i _#!/usr/bin/env python_#!/usr/bin/env python2_ notmuch_addresses.py
- install -m755 notmuch_addresses.py /usr/bin/notmuch_addresses.py
+ sed -i "s_#!/usr/bin/env python_#!/usr/bin/env python2_" notmuch_addresses.py
+ install -d $pkgdir/usr/bin
+ install -m755 notmuch_addresses.py $pkgdir/usr/bin/notmuch_addresses.py
} \ No newline at end of file
diff --git a/~xihh/ugene/PKGBUILD b/~xihh/ugene/PKGBUILD
index 38cd578f6..24ebac2bb 100644
--- a/~xihh/ugene/PKGBUILD
+++ b/~xihh/ugene/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bmpvieira <mail AT bmpvieira DOT com>
pkgname=ugene
pkgver=1.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="A free cross-platform genome analysis suite."
arch=('i686' 'x86_64' 'mips64el')
url="http://ugene.unipro.ru/"