forked from ports/contrib
libpeas: clean up meson syntax
This commit is contained in:
parent
53b40d0ae6
commit
9f12e5de14
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3+dc2owAMsdYnqx7DQ3WGzq6/oLWeOgscotGphX/ZWguxhn9x9YBUVFkTZ97tjoCz0/Xb8gZIHKrd+yzA+wBEw0=
|
||||
SHA256 (Pkgfile) = ec6cdb3ebee14c70e916f4b5d44432dc8b29d4dae0c656b3374acc1e580b451d
|
||||
RWSagIOpLGJF3xPk+V2oHeNfpoA3PLwPLyH6FZkXJFP+y0XUWQtuMUWrhbqXWPQJ2o1tiKiVys7Vs7NdrFlIBQefH6WiHaIC7A0=
|
||||
SHA256 (Pkgfile) = 383e495be6bb4f966a8e2918578cf642a95ca4f1ed7f78ca7460a0348901e68f
|
||||
SHA256 (.footprint) = b1bc522958286571edfc33aa2bf81867c098f4436a9d539d57e165cab9a731f8
|
||||
SHA256 (libpeas-1.28.0.tar.xz) = 42d91993b46ed50f16add6d9577ecc22beb8e2dffa7101e2232c2b63733b8b15
|
||||
|
@ -9,10 +9,10 @@ release=1
|
||||
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
meson build $name-$version \
|
||||
meson setup build $name-$version \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
-Db_ndebug=true
|
||||
-D b_ndebug=true
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user