wok diff orc/receipt @ rev 23912
linux: add CONFIG_I2C_HID
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 16 10:22:39 2020 +0000 (2020-08-16) |
parents | a4fc90252774 |
children | 5d79829fa876 |
line diff
1.1 --- a/orc/receipt Sat Mar 28 10:21:39 2020 +0100 1.2 +++ b/orc/receipt Sun Aug 16 10:22:39 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="orc" 1.7 -VERSION="0.4.31" 1.8 +VERSION="0.4.29" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="The Oil Runtime Compiler." 1.11 MAINTAINER="domcox@slitaz.org" 1.12 @@ -11,18 +11,17 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="https://gstreamer.freedesktop.org/src/$PACKAGE/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="meson ninja" 1.17 - 1.18 HOST_ARCH="i486 arm" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - meson . \ 1.24 - _build \ 1.25 - --prefix=/usr && 1.26 - ninja -C _build && 1.27 - ninja -C _build install 1.28 + ./configure \ 1.29 + --libexecdir=/usr/lib \ 1.30 + --disable-static \ 1.31 + $CONFIGURE_ARGS && 1.32 + make $MAKEFLAGS && 1.33 + make install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg.