wok-4.x rev 12349
Added: gucharmap (GNOME Character Map), gucharmap-i18n (lang files); itstool (dependence for gucharmap); ubuntu-font-family
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 23 02:14:33 2012 +0000 (2012-10-23) |
parents | b26a3fe9c7bc |
children | 017dbd79b172 |
files | gucharmap-i18n/receipt gucharmap/receipt itstool/receipt ubuntu-font-family/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gucharmap-i18n/receipt Tue Oct 23 02:14:33 2012 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gucharmap-i18n" 1.7 +VERSION="3.0.1" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Language files for GNOME Character Map" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +DEPENDS="gucharmap" 1.12 +WEB_SITE="https://live.gnome.org/Gucharmap" 1.13 +WANTED="gucharmap" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/share/locale 1.19 + cp -a $_pkg/usr/share/locale/* $fs/usr/share/locale 1.20 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gucharmap/receipt Tue Oct 23 02:14:33 2012 +0000 2.3 @@ -0,0 +1,35 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="gucharmap" 2.7 +VERSION="3.0.1" 2.8 +CATEGORY="utilities" 2.9 +SHORT_DESC="GNOME Character Map" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib" 2.12 +BUILD_DEPENDS="itstool libxml2-tools glib-dev libgio-dev gtk+-dev" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 +WEB_SITE="https://live.gnome.org/Gucharmap" 2.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src 2.21 + ./configure \ 2.22 + --disable-maintainer-mode \ 2.23 + --disable-gconf \ 2.24 + --disable-schemas-install \ 2.25 + --disable-scrollkeeper \ 2.26 + --with-gtk=2.0 \ 2.27 + $CONFIGURE_ARGS && 2.28 + make && make install 2.29 +} 2.30 + 2.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.32 +genpkg_rules() 2.33 +{ 2.34 + cd $fs; mkdir -p usr/bin usr/lib usr/share 2.35 + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin 2.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.37 + cp -a $install/usr/share/applications $fs/usr/share 2.38 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/itstool/receipt Tue Oct 23 02:14:33 2012 +0000 3.3 @@ -0,0 +1,28 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="itstool" 3.7 +VERSION="1.2.0" 3.8 +CATEGORY="utilities" 3.9 +SHORT_DESC="ITS-based XML translation tool" 3.10 +MAINTAINER="al.bobylev@gmail.com" 3.11 +DEPENDS="python" 3.12 +BUILD_DEPENDS="" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.14 +WEB_SITE="http://itstool.org/" 3.15 +WGET_URL="http://files.itstool.org/itstool/$TARBALL" 3.16 + 3.17 +# Rules to configure and make the package. 3.18 +compile_rules() 3.19 +{ 3.20 + cd $src 3.21 + ./configure $CONFIGURE_ARGS && 3.22 + make && make install 3.23 +} 3.24 + 3.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.26 +genpkg_rules() 3.27 +{ 3.28 + mkdir -p $fs/usr/share 3.29 + cp -a $install/usr/bin $fs/usr 3.30 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 3.31 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/ubuntu-font-family/receipt Tue Oct 23 02:14:33 2012 +0000 4.3 @@ -0,0 +1,17 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="ubuntu-font-family" 4.7 +VERSION="0.80" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Set of new libre/open fonts" 4.10 +MAINTAINER="al.bobylev@gmail.com" 4.11 +TARBALL="$PACKAGE-$VERSION.zip" 4.12 +WEB_SITE="http://font.ubuntu.com/" 4.13 +WGET_URL="$WEB_SITE/download/$TARBALL" 4.14 + 4.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.16 +genpkg_rules() 4.17 +{ 4.18 + mkdir -p $fs/usr/share/fonts/truetype/ubuntu 4.19 + cp $src/* $fs/usr/share/fonts/truetype/ubuntu 4.20 +}