wok-next rev 20497
Up xorg-xf86-input-libinput, xorg-xf86-video-amdgpu, xorg-xf86-video-omap, xorg-xf86-video-vmware, znc
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 14 17:22:06 2018 +0200 (2018-03-14) |
parents | 6d367d984b77 |
children | 14cdf41afa35 |
files | xorg-xf86-input-libinput/receipt xorg-xf86-video-amdgpu/receipt xorg-xf86-video-omap/receipt xorg-xf86-video-vmware/receipt znc/receipt |
line diff
1.1 --- a/xorg-xf86-input-libinput/receipt Wed Mar 14 17:14:32 2018 +0200 1.2 +++ b/xorg-xf86-input-libinput/receipt Wed Mar 14 17:22:06 2018 +0200 1.3 @@ -11,13 +11,11 @@ 1.4 TARBALL="xf86-input-libinput-$VERSION.tar.bz2" 1.5 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="xorg-server-dev libinput-dev" 1.8 +BUILD_DEPENDS="xorg-server-dev libinput-dev mtdev-dev libevdev-dev" 1.9 SPLIT="xorg-xf86-input-libinput-dev" 1.10 PKG_RULE="std-dev" 1.11 1.12 -# Rules to configure and make the package. 1.13 -compile_rules() 1.14 -{ 1.15 +compile_rules() { 1.16 ./configure \ 1.17 --sysconfdir=/etc \ 1.18 --localstatedir=/var \ 1.19 @@ -26,9 +24,7 @@ 1.20 make install 1.21 } 1.22 1.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 -genpkg_rules() 1.25 -{ 1.26 +genpkg_rules() { 1.27 case $PACKAGE in 1.28 *-libinput) 1.29 copy @std
2.1 --- a/xorg-xf86-video-amdgpu/receipt Wed Mar 14 17:14:32 2018 +0200 2.2 +++ b/xorg-xf86-video-amdgpu/receipt Wed Mar 14 17:22:06 2018 +0200 2.3 @@ -12,13 +12,11 @@ 2.4 TARBALL="xf86-video-amdgpu-$VERSION.tar.bz2" 2.5 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 2.6 2.7 -BUILD_DEPENDS="xorg-util-macros xorg-server-dev libdrm-dev" 2.8 +BUILD_DEPENDS="xorg-util-macros xorg-server-dev libdrm-dev expat-dev" 2.9 SPLIT="xorg-xf86-video-amdgpu-dev" 2.10 PKG_RULE="std-dev" 2.11 2.12 -# Rules to configure and make the package. 2.13 -compile_rules() 2.14 -{ 2.15 +compile_rules() { 2.16 ./configure \ 2.17 --sysconfdir=/etc \ 2.18 --localstatedir=/var \ 2.19 @@ -27,9 +25,7 @@ 2.20 make install 2.21 } 2.22 2.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.24 -genpkg_rules() 2.25 -{ 2.26 +genpkg_rules() { 2.27 case $PACKAGE in 2.28 *-amdgpu) 2.29 copy @std
3.1 --- a/xorg-xf86-video-omap/receipt Wed Mar 14 17:14:32 2018 +0200 3.2 +++ b/xorg-xf86-video-omap/receipt Wed Mar 14 17:22:06 2018 +0200 3.3 @@ -11,13 +11,11 @@ 3.4 TARBALL="xf86-video-omap-$VERSION.tar.bz2" 3.5 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 3.6 3.7 -BUILD_DEPENDS="xorg-server-dev" 3.8 +BUILD_DEPENDS="xorg-server-dev eudev-dev" 3.9 SPLIT="xorg-xf86-video-omap-dev" 3.10 PKG_RULE="std-dev" 3.11 3.12 -# Rules to configure and make the package. 3.13 -compile_rules() 3.14 -{ 3.15 +compile_rules() { 3.16 ./configure \ 3.17 --sysconfdir=/etc \ 3.18 --localstatedir=/var \ 3.19 @@ -26,9 +24,7 @@ 3.20 make install 3.21 } 3.22 3.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.24 -genpkg_rules() 3.25 -{ 3.26 +genpkg_rules() { 3.27 case $PACKAGE in 3.28 *-omap) 3.29 copy @std
4.1 --- a/xorg-xf86-video-vmware/receipt Wed Mar 14 17:14:32 2018 +0200 4.2 +++ b/xorg-xf86-video-vmware/receipt Wed Mar 14 17:22:06 2018 +0200 4.3 @@ -13,13 +13,11 @@ 4.4 4.5 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXrandr-dev \ 4.6 xorg-libXrender-dev xorg-libXinerama-dev xorg-libXv-dev xorg-xproto \ 4.7 -xorg-fontsproto libgcrypt-dev expat-dev" 4.8 +xorg-fontsproto libgcrypt-dev expat-dev eudev-dev" 4.9 SPLIT="xorg-xf86-video-vmware-dev" 4.10 PKG_RULE="std-dev" 4.11 4.12 -# Rules to configure and make the package. 4.13 -compile_rules() 4.14 -{ 4.15 +compile_rules() { 4.16 ./configure \ 4.17 --sysconfdir=/etc \ 4.18 --localstatedir=/var \ 4.19 @@ -28,9 +26,7 @@ 4.20 make install 4.21 } 4.22 4.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 4.24 -genpkg_rules() 4.25 -{ 4.26 +genpkg_rules() { 4.27 case $PACKAGE in 4.28 *-vmware) 4.29 copy @std
5.1 --- a/znc/receipt Wed Mar 14 17:14:32 2018 +0200 5.2 +++ b/znc/receipt Wed Mar 14 17:22:06 2018 +0200 5.3 @@ -1,23 +1,19 @@ 5.4 -# SliTaz package receipt. 5.5 +# SliTaz package receipt v2. 5.6 5.7 PACKAGE="znc" 5.8 -VERSION="1.2" 5.9 +VERSION="1.6.6" 5.10 CATEGORY="network" 5.11 -SHORT_DESC="An IRC bouncer with modules & scripts support." 5.12 +SHORT_DESC="An IRC bouncer with modules & scripts support" 5.13 MAINTAINER="pankso@slitaz.org" 5.14 LICENSE="GPL2" 5.15 -SOURCE="DFBSee" 5.16 +WEB_SITE="http://wiki.znc.in/ZNC" 5.17 + 5.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.19 -WEB_SITE="http://wiki.znc.in/ZNC" 5.20 WGET_URL="http://znc.in/releases/$TARBALL" 5.21 5.22 -SUGGESTED="tcl" 5.23 -DEPENDS="openssl zlib" 5.24 BUILD_DEPENDS="openssl-dev tcl-dev zlib-dev" 5.25 5.26 -# Rules to configure and make the package. 5.27 -compile_rules() 5.28 -{ 5.29 +compile_rules() { 5.30 ./configure \ 5.31 --enable-tcl \ 5.32 --disable-python \ 5.33 @@ -27,11 +23,8 @@ 5.34 make && make install 5.35 } 5.36 5.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 5.38 -genpkg_rules() 5.39 -{ 5.40 - mkdir -p $fs/usr/lib $fs/usr/share 5.41 - cp -a $install/usr/bin $fs/usr 5.42 - cp -a $install/usr/lib/znc $fs/usr/lib 5.43 - cp -a $install/usr/share/znc $fs/usr/share 5.44 +genpkg_rules() { 5.45 + copy @std 5.46 + DEPENDS="openssl zlib" 5.47 + SUGGESTED="tcl" 5.48 }