cppunit: adopted port
This commit is contained in:
parent
01d589a9f3
commit
cd7c0dbd30
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/opt.pub
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
RWSE3ohX2g5d/cv5e+0LMNB6kUoT7CQ95kjJM2cWdyAeZkE8km0fBe9S4ZVdp4iJ3zWCGO+YSk9oFUk9KNz2fsmc3vaFa2FLIAI=
|
RWSE3ohX2g5d/RWlWMggMfDcnw/BAgHMeRJsOY4K5fUuBMApoNsMIsAa3eTbI/RWuQ74Q+Ft4fLlv3qFWB5ScP5NpkmImJ+GKwM=
|
||||||
SHA256 (Pkgfile) = 3eacc359700d6412ead019c681012548df2148825bac662d153e0b8ab79e13f1
|
SHA256 (Pkgfile) = 6ad7cf5b24661065fcd6c5efd1b516954f3ec4ece5b8d8768caafba5865c7649
|
||||||
SHA256 (.footprint) = ee1ba1610189e95775bcbf97f11a4185d5df714ed6fe428d2bd4e85a20517baf
|
SHA256 (.footprint) = ee1ba1610189e95775bcbf97f11a4185d5df714ed6fe428d2bd4e85a20517baf
|
||||||
SHA256 (cppunit-1.15.1.tar.gz) = 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
|
SHA256 (cppunit-1.15.1.tar.gz) = 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Description: C++ unit testing library
|
# Description: C++ unit testing library
|
||||||
# URL: https://www.freedesktop.org/wiki/Software/cppunit/
|
# URL: https://www.freedesktop.org/wiki/Software/cppunit/
|
||||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||||
|
|
||||||
name=cppunit
|
name=cppunit
|
||||||
version=1.15.1
|
version=1.15.1
|
||||||
@ -8,13 +8,13 @@ release=1
|
|||||||
source=(https://dev-www.libreoffice.org/src/$name-$version.tar.gz)
|
source=(https://dev-www.libreoffice.org/src/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-doxygen
|
--disable-doxygen
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -rf $PKG/usr/share/doc
|
rm -rf $PKG/usr/share/doc
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user