diff options
Diffstat (limited to 'user/libpthread-stubs/APKBUILD')
-rw-r--r-- | user/libpthread-stubs/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/user/libpthread-stubs/APKBUILD b/user/libpthread-stubs/APKBUILD index 02af44664..13ce0a53a 100644 --- a/user/libpthread-stubs/APKBUILD +++ b/user/libpthread-stubs/APKBUILD @@ -7,10 +7,11 @@ url="https://cgit.freedesktop.org/xcb/pthread-stubs" arch="all" options="!dbg" license="X11" +depends="" +makedepends="" source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -19,12 +20,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make -j1 DESTDIR="$pkgdir" install } |