wok-next rev 12935
Add xcb-util-keysyms.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 30 04:48:23 2012 +0000 (2012-05-30) |
parents | c42ffe94d190 |
children | 18a9cd52e9bb |
files | xcb-util-keysyms-dev/receipt xcb-util-keysyms/receipt xcb-util-keysyms/stuff/licenses/LICENSE |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcb-util-keysyms-dev/receipt Wed May 30 04:48:23 2012 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xcb-util-keysyms-dev" 1.7 +VERSION="0.3.8" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="devel files for xcb-util-keysyms" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://xcb.freedesktop.org/" 1.12 +WANTED="xcb-util-keysyms" 1.13 + 1.14 +DEPENDS="xcb-util-keysyms" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib 1.20 + cp -a $install/usr/include $fs/usr 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.23 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xcb-util-keysyms/receipt Wed May 30 04:48:23 2012 +0000 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xcb-util-keysyms" 2.7 +VERSION="0.3.8" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Utility libraries for XC Binding" 2.10 +MAINTAINER="slaxemulator@gmail.com" 2.11 +LICENSE="custom" 2.12 +WEB_SITE="http://xcb.freedesktop.org/" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 +WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL" 2.15 + 2.16 +DEPENDS="libxcb" 2.17 +BUILD_DEPENDS="libxcb-dev xorg-util-macros" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + cd $src 2.23 + ./configure --disable-static $CONFIGURE_ARGS && make && make install 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + mkdir -p $fs/usr/lib 2.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.31 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xcb-util-keysyms/stuff/licenses/LICENSE Wed May 30 04:48:23 2012 +0000 3.3 @@ -0,0 +1,267 @@ 3.4 +/* Copyright (C) 2007 Bart Massey 3.5 + * 3.6 + * Permission is hereby granted, free of charge, to any person obtaining a 3.7 + * copy of this software and associated documentation files (the "Software"), 3.8 + * to deal in the Software without restriction, including without limitation 3.9 + * the rights to use, copy, modify, merge, publish, distribute, sublicense, 3.10 + * and/or sell copies of the Software, and to permit persons to whom the 3.11 + * Software is furnished to do so, subject to the following conditions: 3.12 + * 3.13 + * The above copyright notice and this permission notice shall be included in 3.14 + * all copies or substantial portions of the Software. 3.15 + * 3.16 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3.17 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3.18 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 3.19 + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 3.20 + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 3.21 + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.22 + * 3.23 + * Except as contained in this notice, the names of the authors or their 3.24 + * institutions shall not be used in advertising or otherwise to promote the 3.25 + * sale, use or other dealings in this Software without prior written 3.26 + * authorization from the authors. 3.27 + */ 3.28 + 3.29 +/* 3.30 + * Copyright (C) 2008-2009 Julien Danjou <julien@danjou.info> 3.31 + * 3.32 + * Permission is hereby granted, free of charge, to any person 3.33 + * obtaining a copy of this software and associated documentation 3.34 + * files (the "Software"), to deal in the Software without 3.35 + * restriction, including without limitation the rights to use, copy, 3.36 + * modify, merge, publish, distribute, sublicense, and/or sell copies 3.37 + * of the Software, and to permit persons to whom the Software is 3.38 + * furnished to do so, subject to the following conditions: 3.39 + * 3.40 + * The above copyright notice and this permission notice shall be 3.41 + * included in all copies or substantial portions of the Software. 3.42 + * 3.43 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3.44 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3.45 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3.46 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 3.47 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 3.48 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 3.49 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.50 + * 3.51 + * Except as contained in this notice, the names of the authors or 3.52 + * their institutions shall not be used in advertising or otherwise to 3.53 + * promote the sale, use or other dealings in this Software without 3.54 + * prior written authorization from the authors. 3.55 + */ 3.56 + 3.57 +/* 3.58 + * Copyright (C) 2008 Arnaud Fontaine <arnau@debian.org> 3.59 + * Copyright (C) 2007-2008 Vincent Torri <vtorri@univ-evry.fr> 3.60 + * 3.61 + * Permission is hereby granted, free of charge, to any person 3.62 + * obtaining a copy of this software and associated documentation 3.63 + * files (the "Software"), to deal in the Software without 3.64 + * restriction, including without limitation the rights to use, copy, 3.65 + * modify, merge, publish, distribute, sublicense, and/or sell copies 3.66 + * of the Software, and to permit persons to whom the Software is 3.67 + * furnished to do so, subject to the following conditions: 3.68 + * 3.69 + * The above copyright notice and this permission notice shall be 3.70 + * included in all copies or substantial portions of the Software. 3.71 + * 3.72 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3.73 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3.74 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3.75 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 3.76 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 3.77 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 3.78 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.79 + * 3.80 + * Except as contained in this notice, the names of the authors or 3.81 + * their institutions shall not be used in advertising or otherwise to 3.82 + * promote the sale, use or other dealings in this Software without 3.83 + * prior written authorization from the authors. 3.84 + 3.85 +/* 3.86 + * Copyright © 2008 Bart Massey <bart@cs.pdx.edu> 3.87 + * Copyright © 2008 Julien Danjou <julien@danjou.info> 3.88 + * 3.89 + * Permission is hereby granted, free of charge, to any person 3.90 + * obtaining a copy of this software and associated documentation 3.91 + * files (the "Software"), to deal in the Software without 3.92 + * restriction, including without limitation the rights to use, copy, 3.93 + * modify, merge, publish, distribute, sublicense, and/or sell copies 3.94 + * of the Software, and to permit persons to whom the Software is 3.95 + * furnished to do so, subject to the following conditions: 3.96 + * 3.97 + * The above copyright notice and this permission notice shall be 3.98 + * included in all copies or substantial portions of the Software. 3.99 + * 3.100 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3.101 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3.102 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3.103 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 3.104 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 3.105 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 3.106 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.107 + * 3.108 + * Except as contained in this notice, the names of the authors or 3.109 + * their institutions shall not be used in advertising or otherwise to 3.110 + * promote the sale, use or other dealings in this Software without 3.111 + * prior written authorization from the authors. 3.112 + */ 3.113 + 3.114 +/* 3.115 + * Copyright © 2008 Keith Packard <keithp@keithp.com> 3.116 + * 3.117 + * Permission is hereby granted, free of charge, to any person 3.118 + * obtaining a copy of this software and associated documentation 3.119 + * files (the "Software"), to deal in the Software without 3.120 + * restriction, including without limitation the rights to use, copy, 3.121 + * modify, merge, publish, distribute, sublicense, and/or sell copies 3.122 + * of the Software, and to permit persons to whom the Software is 3.123 + * furnished to do so, subject to the following conditions: 3.124 + * 3.125 + * The above copyright notice and this permission notice shall be 3.126 + * included in all copies or substantial portions of the Software. 3.127 + * 3.128 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3.129 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3.130 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3.131 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 3.132 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 3.133 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 3.134 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.135 + * 3.136 + * Except as contained in this notice, the names of the authors or 3.137 + * their institutions shall not be used in advertising or otherwise to 3.138 + * promote the sale, use or other dealings in this Software without 3.139 + * prior written authorization from the authors. 3.140 + */ 3.141 + 3.142 +/* 3.143 + * Copyright © 2008 Bart Massey <bart@cs.pdx.edu> 3.144 + * 3.145 + * Permission is hereby granted, free of charge, to any person 3.146 + * obtaining a copy of this software and associated documentation 3.147 + * files (the "Software"), to deal in the Software without 3.148 + * restriction, including without limitation the rights to use, copy, 3.149 + * modify, merge, publish, distribute, sublicense, and/or sell copies 3.150 + * of the Software, and to permit persons to whom the Software is 3.151 + * furnished to do so, subject to the following conditions: 3.152 + * 3.153 + * The above copyright notice and this permission notice shall be 3.154 + * included in all copies or substantial portions of the Software. 3.155 + * 3.156 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3.157 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3.158 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3.159 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 3.160 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 3.161 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 3.162 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.163 + * 3.164 + * Except as contained in this notice, the names of the authors or 3.165 + * their institutions shall not be used in advertising or otherwise to 3.166 + * promote the sale, use or other dealings in this Software without 3.167 + * prior written authorization from the authors. 3.168 + */ 3.169 + 3.170 +/* 3.171 + * Copyright © 2008 Ian Osgood <iano@quirkster.com> 3.172 + * Copyright © 2008 Jamey Sharp <jamey@minilop.net> 3.173 + * Copyright © 2008 Josh Triplett <josh@freedesktop.org> 3.174 + * Copyright © 2008 Ulrich Eckhardt <doomster@knuut.de> 3.175 + * 3.176 + * Permission is hereby granted, free of charge, to any person 3.177 + * obtaining a copy of this software and associated documentation 3.178 + * files (the "Software"), to deal in the Software without 3.179 + * restriction, including without limitation the rights to use, copy, 3.180 + * modify, merge, publish, distribute, sublicense, and/or sell copies 3.181 + * of the Software, and to permit persons to whom the Software is 3.182 + * furnished to do so, subject to the following conditions: 3.183 + * 3.184 + * The above copyright notice and this permission notice shall be 3.185 + * included in all copies or substantial portions of the Software. 3.186 + * 3.187 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 3.188 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 3.189 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 3.190 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY 3.191 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 3.192 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 3.193 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.194 + * 3.195 + * Except as contained in this notice, the names of the authors or 3.196 + * their institutions shall not be used in advertising or otherwise to 3.197 + * promote the sale, use or other dealings in this Software without 3.198 + * prior written authorization from the authors. 3.199 + */ 3.200 + 3.201 +/* Copyright © 2006 Jamey Sharp. 3.202 + * 3.203 + * Permission is hereby granted, free of charge, to any person obtaining a 3.204 + * copy of this software and associated documentation files (the "Software"), 3.205 + * to deal in the Software without restriction, including without limitation 3.206 + * the rights to use, copy, modify, merge, publish, distribute, sublicense, 3.207 + * and/or sell copies of the Software, and to permit persons to whom the 3.208 + * Software is furnished to do so, subject to the following conditions: 3.209 + * 3.210 + * The above copyright notice and this permission notice shall be included in 3.211 + * all copies or substantial portions of the Software. 3.212 + * 3.213 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3.214 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3.215 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 3.216 + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 3.217 + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 3.218 + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.219 + * 3.220 + * Except as contained in this notice, the names of the authors or their 3.221 + * institutions shall not be used in advertising or otherwise to promote the 3.222 + * sale, use or other dealings in this Software without prior written 3.223 + * authorization from the authors. 3.224 + */ 3.225 + 3.226 +/* Copyright © 2006 Ian Osgood 3.227 + * 3.228 + * Permission is hereby granted, free of charge, to any person obtaining a 3.229 + * copy of this software and associated documentation files (the "Software"), 3.230 + * to deal in the Software without restriction, including without limitation 3.231 + * the rights to use, copy, modify, merge, publish, distribute, sublicense, 3.232 + * and/or sell copies of the Software, and to permit persons to whom the 3.233 + * Software is furnished to do so, subject to the following conditions: 3.234 + * 3.235 + * The above copyright notice and this permission notice shall be included in 3.236 + * all copies or substantial portions of the Software. 3.237 + * 3.238 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 3.239 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 3.240 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 3.241 + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 3.242 + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 3.243 + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 3.244 + * 3.245 + * Except as contained in this notice, the names of the authors or their 3.246 + * institutions shall not be used in advertising or otherwise to promote the 3.247 + * sale, use or other dealings in this Software without prior written 3.248 + * authorization from the authors. 3.249 + */ 3.250 + 3.251 +/* Copyright © 2000 Keith Packard 3.252 + * 3.253 + * Permission to use, copy, modify, distribute, and sell this software and its 3.254 + * documentation for any purpose is hereby granted without fee, provided that 3.255 + * the above copyright notice appear in all copies and that both that 3.256 + * copyright notice and this permission notice appear in supporting 3.257 + * documentation, and that the name of Keith Packard not be used in 3.258 + * advertising or publicity pertaining to distribution of the software without 3.259 + * specific, written prior permission. Keith Packard makes no 3.260 + * representations about the suitability of this software for any purpose. It 3.261 + * is provided "as is" without express or implied warranty. 3.262 + * 3.263 + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 3.264 + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 3.265 + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 3.266 + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 3.267 + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 3.268 + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 3.269 + * PERFORMANCE OF THIS SOFTWARE. 3.270 + */