mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
fix build
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
spice-0.15.2-2
|
||||
spice-0.15.2-3
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/spice-server/
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
|
||||
name=spice
|
||||
version=0.15.2
|
||||
release=2
|
||||
source="https://www.spice-space.org/download/releases/spice-server/$name-$version.tar.bz2"
|
||||
release=3
|
||||
source="https://www.spice-space.org/download/releases/spice-server/$name-$version.tar.bz2
|
||||
"
|
||||
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
@@ -18,7 +20,9 @@ build() {
|
||||
-Dlz4=true \
|
||||
-Dsasl=true \
|
||||
-Dopus=enabled \
|
||||
-Dsmartcard=disabled
|
||||
-Dmanual=false \
|
||||
-Dsmartcard=disabled \
|
||||
-Dtests=false
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install --no-rebuild -C build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user