Skip to content
Snippets Groups Projects
Commit 0311f160 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/poco: move from testing

parent ce717209
1 merge request!20541community/nymphcast: move from testing and upgrade to 0.1_alpha4
......@@ -17,14 +17,14 @@ options="!check" # No testsuite
builddir="$srcdir/$pkgname-$pkgver-all"
build() {
cmake -B "$builddir"/build \
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr
make -C build
cmake --build build
}
package() {
DESTDIR="$pkgdir" make -C build install
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="858a37c49563fa602a5e4783438154a3e1e6c91f8a3adcae62c3d922eccd30b8ba273b2c2b16b5f80c1deb80eb350056e6923a2788ec2e17a595a44d4f97f30d poco-1.10.1-all.tar.gz
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment