← recipes

Commit ff91554

0
plików
+0
dodanych
-0
usuniętych
@@ -212,9 +212,9 @@ build: |
212 212 -D b_pie=true \
213 213 -D gst_debug=false \
214 214 -D introspection=disabled \
215 - -D package-origin=https://downloads.nutyx.org/ \
216 - gstreamer-1.28.6 builddir
217 -
215 + -D package-origin=http://repo.paganlinux.eu/ \
216 + ${pkgname}-${pkgver} builddir
218 217 meson compile -C builddir
219 218 package: |
219 + DESTDIR=${PKGDIR} meson install -C builddir
220 220 install -Dm644 ${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING