diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-14 19:39:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-14 19:39:41 +0000 |
commit | a6dd2ea545f6500f36e96112102abd521d0f4f50 (patch) | |
tree | d7e817d4cd7633c222746845d7bf7fd3faaecd30 | |
parent | 59d4d4e9166ed9a89dacf61566d81363fd7d1d4d (diff) | |
download | aports-a6dd2ea545f6500f36e96112102abd521d0f4f50.tar.bz2 aports-a6dd2ea545f6500f36e96112102abd521d0f4f50.tar.xz |
main/json-c: moved from testing
-rw-r--r-- | main/json-c/APKBUILD (renamed from testing/json-c/APKBUILD) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/testing/json-c/APKBUILD b/main/json-c/APKBUILD index 6950479024..a5b14da3a7 100644 --- a/testing/json-c/APKBUILD +++ b/main/json-c/APKBUILD @@ -14,15 +14,15 @@ subpackages="$pkgname-dev" source="https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz" _builddir="$srcdir"/json-c-$pkgver -#prepare() { -# local i -# cd "$_builddir" -# for i in $source; do -# case $i in -# *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; -# esac -# done -#} +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} build() { cd "$_builddir" |