summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-04 21:50:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-04 21:50:26 +0000
commitdbc7dc3e04872ed80cec6cbe76ebe628ac0b1672 (patch)
tree3182ed524f972c2db0edb79ceb67b92a15b995dd /testing
parentd1bd52876cb6805b6e518f2b02168dc3c352b06f (diff)
downloadaports-dbc7dc3e04872ed80cec6cbe76ebe628ac0b1672.tar.bz2
aports-dbc7dc3e04872ed80cec6cbe76ebe628ac0b1672.tar.xz
main/libical: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libical/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/libical/APKBUILD b/testing/libical/APKBUILD
deleted file mode 100644
index 22ef96784..000000000
--- a/testing/libical/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=libical
-pkgver=0.44
-pkgrel=0
-pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
-url="http://sourceforge.net/projects/freeassociation/"
-license="LGPL MPL"
-depends=
-makedepends="perl"
-subpackages="$pkgname-dev"
-source="http://downloads.sourceforge.net/freeassociation/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-shared \
- --disable-static \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-md5sums="e0403c31e1ed82569325685f8c15959c libical-0.44.tar.gz"