Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions newapkbuild.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ build_cmake() {
-DCMAKE_INSTALL_PREFIX=/usr \\
-DCMAKE_INSTALL_LIBDIR=lib \\
-DBUILD_SHARED_LIBS=True \\
-DCMAKE_BUILD_TYPE=Release \\
-DCMAKE_BUILD_TYPE=RelWithDebInfo \\
-DCMAKE_CXX_FLAGS="\$CXXFLAGS" \\
-DCMAKE_C_FLAGS="\$CFLAGS" \\
\${CMAKE_CROSSOPTS} .
Expand All @@ -85,7 +85,7 @@ build_meson() {
--sysconfdir=/etc \\
--mandir=/usr/share/man \\
--localstatedir=/var \\
--buildtype=release \\
--buildtype=debugoptimized \\
. output
ninja -C output
__EOF__
Expand Down Expand Up @@ -252,7 +252,7 @@ depends="$depends"
depends_dev=""
makedepends="$makedepends"
install="$install"
subpackages="\$pkgname-dev \$pkgname-doc"
subpackages="\$pkgname-dev \$pkgname-doc \$pkgname-dbg"
source="$source"
__EOF__

Expand Down