diff options
Diffstat (limited to 'user/intltool')
-rw-r--r-- | user/intltool/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user/intltool/APKBUILD b/user/intltool/APKBUILD index 0fa53ea6c..76a0439da 100644 --- a/user/intltool/APKBUILD +++ b/user/intltool/APKBUILD @@ -7,12 +7,12 @@ url="https://freedesktop.org/wiki/Software/intltool" arch="noarch" license="GPL-2.0+" depends="file perl perl-xml-parser" +makedepends="" subpackages="$pkgname-doc" source="http://edge.launchpad.net/intltool/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz intltool-perl-regexp.patch" build () { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -21,12 +21,10 @@ build () { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |