diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 16:43:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-06 16:43:15 +0000 |
commit | fe0ec53260175e78258aa4883dc73da7c5e5f3f9 (patch) | |
tree | 0e867bcbb2632cda9eb8b363e99921fa7232f55a /core/ncurses | |
parent | c6f909c9f35ccee7610c49b7fa18f923261c8d96 (diff) | |
download | aports-fe0ec53260175e78258aa4883dc73da7c5e5f3f9.tar.bz2 aports-fe0ec53260175e78258aa4883dc73da7c5e5f3f9.tar.xz |
various: use new subpackage implementation
Diffstat (limited to 'core/ncurses')
-rw-r--r-- | core/ncurses/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ncurses/APKBUILD b/core/ncurses/APKBUILD index 0cb77298b5..018b1717e8 100644 --- a/core/ncurses/APKBUILD +++ b/core/ncurses/APKBUILD @@ -8,6 +8,7 @@ license=MIT source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz ftp://invisible-island.net/ncurses/${pkgver}/${pkgname}-${pkgver}-coverity.patch.gz " +subpackages="$pkgname-dev $pkgname-doc $pkgname-terminfo" splitfuncs="dev doc terminfo" build() { |