wok-next diff libepoxy/receipt @ rev 21693

updated go-bin (1.10.2 -> 1.14.4)
author Hans-G?nter Theisgen
date Tue Jun 30 15:23:03 2020 +0100 (2020-06-30)
parents 5669e8b3be70
children
line diff
     1.1 --- a/libepoxy/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/libepoxy/receipt	Tue Jun 30 15:23:03 2020 +0100
     1.3 @@ -11,10 +11,13 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.6  WGET_URL="https://github.com/anholt/libepoxy/releases/download/$VERSION/$TARBALL"
     1.7 +TARBALL_SHA1="e00d0bf270a99ded2a2f4abe7874b765cd338d1f"
     1.8  
     1.9  BUILD_DEPENDS="meson ninja libx11-dev mesa-dev"
    1.10  SPLIT="$PACKAGE-dev"
    1.11  
    1.12 +DEPENDS_dev="$PACKAGE mesa-dev"
    1.13 +
    1.14  compile_rules() {
    1.15  	mkdir build
    1.16  	cd    build
    1.17 @@ -22,15 +25,3 @@
    1.18  	ninja &&
    1.19  	ninja install
    1.20  }
    1.21 -
    1.22 -genpkg_rules() {
    1.23 -	case $PACKAGE in
    1.24 -		libepoxy)
    1.25 -			copy @std
    1.26 -			;;
    1.27 -		*-dev)
    1.28 -			copy @dev
    1.29 -			DEPENDS="mesa-dev"
    1.30 -			;;
    1.31 -	esac
    1.32 -}