summaryrefslogtreecommitdiffstats
path: root/core/uclibc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-06 15:16:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-06 15:16:36 +0000
commitfbcbd75063e87bfe6aed316a8b7d21df2428b547 (patch)
treef55122e0183028154e3fb0d039426462f5501969 /core/uclibc
parent3a81757e77f04bd98f4b2304ba81154b4e95c1aa (diff)
downloadaports-fbcbd75063e87bfe6aed316a8b7d21df2428b547.tar.bz2
aports-fbcbd75063e87bfe6aed316a8b7d21df2428b547.tar.xz
various: fixed so apkbuild passes sanity check
Diffstat (limited to 'core/uclibc')
-rw-r--r--core/uclibc/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/uclibc/APKBUILD b/core/uclibc/APKBUILD
index 8fdc3b7f..4146cbea 100644
--- a/core/uclibc/APKBUILD
+++ b/core/uclibc/APKBUILD
@@ -1,5 +1,8 @@
pkgname=uclibc
pkgver=0.9.30_rc3
+pkgdesc="C library for developing embedded Linux systems"
+url=http://uclibc.org
+license="LGPL-2"
_mynamever=uClibc-0.9.30-rc3
makedepends="binutils gcc linux-headers make uclibc-dev"