wok-next diff xorg-xf86miscproto/receipt @ rev 20137
mariadb: receipt v2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 31 21:42:04 2017 +0100 (2017-10-31) |
parents | 0994d769f208 |
children | 0e7893ac206d |
line diff
1.1 --- a/xorg-xf86miscproto/receipt Wed Feb 22 03:43:01 2017 +0200 1.2 +++ b/xorg-xf86miscproto/receipt Tue Oct 31 21:42:04 2017 +0100 1.3 @@ -1,18 +1,18 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="xorg-xf86miscproto" 1.8 VERSION="0.9.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="XF86Misc extension headers" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -LICENSE="other" 1.13 +LICENSE="MIT" 1.14 WEB_SITE="https://www.x.org/wiki/" 1.15 1.16 TARBALL="xf86miscproto-$VERSION.tar.bz2" 1.17 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.18 1.19 -DEPENDS="xorg-xproto pkg-config" 1.20 BUILD_DEPENDS="xorg-util-macros" 1.21 +PKG_RULE="dev" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -28,5 +28,5 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - cp -a $install/* $fs 1.30 + copy @dev 1.31 }