summaryrefslogtreecommitdiffstats
path: root/testing/swish-e
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2010-03-08 20:59:30 +0000
committerMichael Mason <ms13sp@gmail.com>2010-03-08 20:59:30 +0000
commitc34337fc2d13f4e9e07e5e330633d0980e0b2c99 (patch)
treee41144d06ae36ff07b604bcd8e5b2a7c50299a04 /testing/swish-e
parent3ebbbf50bfd737d0e60e62c654e24cd5e481b6f1 (diff)
downloadaports-c34337fc2d13f4e9e07e5e330633d0980e0b2c99.tar.bz2
aports-c34337fc2d13f4e9e07e5e330633d0980e0b2c99.tar.xz
Revert "Updated packages and adding new ones to testing"
Diffstat (limited to 'testing/swish-e')
-rw-r--r--testing/swish-e/APKBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/testing/swish-e/APKBUILD b/testing/swish-e/APKBUILD
index 41c238687..76ff7bb76 100644
--- a/testing/swish-e/APKBUILD
+++ b/testing/swish-e/APKBUILD
@@ -11,21 +11,15 @@ makedepends=""
install=
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.swish-e.org/distribution/$pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$_builddir"
+ cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
-}
-
-package() {
- cd "$_builddir"
-
make DESTDIR="$pkgdir" install
}