wok rev 19128
Add gnome-alsamixer, pngrewrite, lcms2, pngquant; up pngcrush(1.8.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 12 00:24:45 2016 +0300 (2016-05-12) |
parents | 86698e8d683a |
children | f68aece3ada3 |
files | gnome-alsamixer/description.txt gnome-alsamixer/receipt gnome-alsamixer/stuff/ru.po lcms2-apps/receipt lcms2-dev/receipt lcms2/description.txt lcms2/receipt pngcrush/receipt pngquant/description.txt pngquant/receipt pngrewrite/description.txt pngrewrite/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnome-alsamixer/description.txt Thu May 12 00:24:45 2016 +0300 1.3 @@ -0,0 +1,16 @@ 1.4 + A "volume control" application. You can use it to adjust the volume of 1.5 +different sound sources of your sound card. 1.6 + 1.7 +It has a nice graphical user interface and a lot of features: 1.8 + 1.9 + * access to all of your computers sound cards and audio sources 1.10 + * possibility to give them custom names 1.11 + * only display the mixer controls you need 1.12 + * access to all the extra features some sound cards offer, like 1.13 + 3d enhancement, microphone gain boost... 1.14 + * and more 1.15 + 1.16 +This application uses the ALSA sound API, you cannot use it if you use the 1.17 +(older) OSS drivers for your sound card(s). In return, it gives you access to 1.18 +all the functionality ALSA provides with the "alsamixer" program, found in the 1.19 +"alsa-utils" package.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gnome-alsamixer/receipt Thu May 12 00:24:45 2016 +0300 2.3 @@ -0,0 +1,48 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="gnome-alsamixer" 2.7 +VERSION="0.9.7~cvs.20060916.ds.1" 2.8 +CATEGORY="sound" 2.9 +SHORT_DESC="ALSA sound mixer for GNOME" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="GPL2" 2.12 +WEB_SITE="https://packages.debian.org/en/sid/gnome-alsamixer" 2.13 +TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 2.14 +WGET_URL="http://http.debian.net/debian/pool/main/g/$PACKAGE/$TARBALL" 2.15 +EXTRA_URL="${WGET_URL/.orig/-5.debian}" 2.16 + 2.17 +DEPENDS="gtk+ libgnomeui libgnome-keyring" 2.18 +BUILD_DEPENDS="automake autoconf glib dbus-dev libgnomeui-dev libgnome-dev \ 2.19 +GConf-dev alsa-lib-dev" 2.20 + 2.21 +# Rules to configure and make the package. 2.22 +compile_rules() 2.23 +{ 2.24 + if [ ! -f "$SRC/$(basename "$EXTRA_URL")" ]; then 2.25 + wget $EXTRA_URL -P $SRC 2.26 + fi 2.27 + 2.28 + tar -xzf $SRC/$(basename "$EXTRA_URL") 2.29 + 2.30 + while read i; do 2.31 + patch -p1 -i $src/debian/patches/$i 2.32 + done < $src/debian/patches/series 2.33 + 2.34 + cp $stuff/ru.po $src/po 2.35 + sed -i 's|pt_BR|& ru|' $src/configure.ac 2.36 + 2.37 + ./autogen.sh 2.38 + make && make install 2.39 + 2.40 + mkdir -p $install/usr/share/applications $install/usr/share/man/man1 2.41 + cp -a $src/debian/$PACKAGE.desktop $install/usr/share/applications 2.42 + cp -a $src/debian/$PACKAGE.1 $install/usr/share/man/man1 2.43 + gzip -9 $install/usr/share/man/man1/$PACKAGE.1 2.44 +} 2.45 + 2.46 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.47 +genpkg_rules() 2.48 +{ 2.49 + cp -a $install/* $fs 2.50 + find $fs -name '*.xpm' -delete 2.51 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/gnome-alsamixer/stuff/ru.po Thu May 12 00:24:45 2016 +0300 3.3 @@ -0,0 +1,162 @@ 3.4 +# Russian translation of the gnome-alsamixer module. 3.5 +# Copyright (C) 1999 Free Software Foundation, Inc. 3.6 +# Aleksej Bobylev <al.bobylev@gmail.com>, 2016 3.7 +# 3.8 +msgid "" 3.9 +msgstr "" 3.10 +"Project-Id-Version: gnome-alsamixer\n" 3.11 +"Report-Msgid-Bugs-To: \n" 3.12 +"POT-Creation-Date: 2005-08-12 01:08+0300\n" 3.13 +"PO-Revision-Date: 2016-05-11 05:56+0300\n" 3.14 +"Last-Translator: Aleksej Bobylev <al.bobylev@gmail.com>\n" 3.15 +"Language-Team: \n" 3.16 +"MIME-Version: 1.0\n" 3.17 +"Content-Type: text/plain; charset=UTF-8\n" 3.18 +"Content-Transfer-Encoding: 8bit\n" 3.19 +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 3.20 +"Language: ru\n" 3.21 +"X-Generator: Poedit 1.8.6\n" 3.22 + 3.23 +#: ../src/gam-app.c:92 3.24 +msgid "_File" 3.25 +msgstr "_Файл" 3.26 + 3.27 +#: ../src/gam-app.c:93 3.28 +msgid "_Edit" 3.29 +msgstr "_Правка" 3.30 + 3.31 +#: ../src/gam-app.c:94 3.32 +msgid "_Help" 3.33 +msgstr "_Справка" 3.34 + 3.35 +#: ../src/gam-app.c:95 3.36 +msgid "E_xit" 3.37 +msgstr "Вы_ход" 3.38 + 3.39 +#: ../src/gam-app.c:95 3.40 +msgid "Exit the program" 3.41 +msgstr "Закрыть программу" 3.42 + 3.43 +#: ../src/gam-app.c:96 3.44 +msgid "Sound Card _Properties" 3.45 +msgstr "Свойства _звуковой карты" 3.46 + 3.47 +#: ../src/gam-app.c:96 3.48 +msgid "Configure the current sound card" 3.49 +msgstr "Настроить текущую звуковую карту" 3.50 + 3.51 +#: ../src/gam-app.c:97 3.52 +msgid "Program Prefere_nces" 3.53 +msgstr "Параме_тры программы" 3.54 + 3.55 +#: ../src/gam-app.c:97 3.56 +msgid "Configure the application" 3.57 +msgstr "Настройка программы" 3.58 + 3.59 +#: ../src/gam-app.c:98 3.60 +msgid "_About" 3.61 +msgstr "_О программе" 3.62 + 3.63 +#: ../src/gam-app.c:98 3.64 +msgid "About this application" 3.65 +msgstr "Об этой программе" 3.66 + 3.67 +#: ../src/gam-app.c:429 3.68 +msgid "Contributors:" 3.69 +msgstr "Участники:" 3.70 + 3.71 +#: ../src/gam-app.c:438 ../src/gam-app.c:448 3.72 +msgid "An ALSA mixer for GNOME" 3.73 +msgstr "Микшер ALSA для GNOME" 3.74 + 3.75 +#: ../src/gam-app.c:440 ../src/gam-app.c:446 ../src/gam-app.c:578 3.76 +#: ../src/gam-main.c:44 3.77 +msgid "GNOME ALSA Mixer" 3.78 +msgstr "Микшер ALSA для GNOME" 3.79 + 3.80 +#: ../src/gam-mixer.c:159 ../src/gam-mixer.c:160 ../src/gam-slider.c:156 3.81 +#: ../src/gam-slider.c:157 ../src/gam-toggle.c:127 ../src/gam-toggle.c:128 3.82 +msgid "Main Application" 3.83 +msgstr "Главная программа" 3.84 + 3.85 +#: ../src/gam-mixer.c:166 3.86 +msgid "Card ID" 3.87 +msgstr "Идентификатор карты" 3.88 + 3.89 +#: ../src/gam-mixer.c:167 3.90 +msgid "ALSA Card ID (usually 'default')" 3.91 +msgstr "Идентификатор карты ALSA (обычно «default»)" 3.92 + 3.93 +#: ../src/gam-prefs-dlg.c:115 3.94 +msgid "App" 3.95 +msgstr "Программа" 3.96 + 3.97 +#: ../src/gam-prefs-dlg.c:116 3.98 +msgid "Parent Application" 3.99 +msgstr "Родительская программа" 3.100 + 3.101 +#: ../src/gam-prefs-dlg.c:213 3.102 +msgid "Sound Card Names and Visibility" 3.103 +msgstr "Названия и видимость звуковых карт" 3.104 + 3.105 +#: ../src/gam-prefs-dlg.c:268 3.106 +msgid "Slider Style" 3.107 +msgstr "Тип ползунка" 3.108 + 3.109 +#: ../src/gam-prefs-dlg.c:285 3.110 +msgid "_Single slider with pan" 3.111 +msgstr "_Одинарный ползунок с прокруткой" 3.112 + 3.113 +#: ../src/gam-prefs-dlg.c:288 3.114 +msgid "_Dual slider with lock" 3.115 +msgstr "_Двойной ползунок с блокировкой" 3.116 + 3.117 +#: ../src/gam-prefs-dlg.c:309 3.118 +msgid "Slider Toggle Style" 3.119 +msgstr "Стиль переключателя ползунка" 3.120 + 3.121 +#: ../src/gam-prefs-dlg.c:326 3.122 +msgid "_Button" 3.123 +msgstr "_Кнопка" 3.124 + 3.125 +#: ../src/gam-prefs-dlg.c:329 3.126 +msgid "_Checkbox" 3.127 +msgstr "_Выключатель" 3.128 + 3.129 +#: ../src/gam-prefs-dlg.c:338 3.130 +msgid "Program Preferences" 3.131 +msgstr "Параметры программы" 3.132 + 3.133 +#: ../src/gam-props-dlg.c:112 ../src/gam-props-dlg.c:113 3.134 +#: ../src/gam-slider.c:149 ../src/gam-slider.c:150 ../src/gam-toggle.c:120 3.135 +#: ../src/gam-toggle.c:121 3.136 +msgid "Mixer" 3.137 +msgstr "Микшер" 3.138 + 3.139 +#: ../src/gam-props-dlg.c:227 3.140 +msgid "Sound Card Element Names and Visibility" 3.141 +msgstr "Названия и видимость элементов звуковой карты" 3.142 + 3.143 +#: ../src/gam-props-dlg.c:298 3.144 +msgid "Sound Card Properties" 3.145 +msgstr "Свойства звуковой карты" 3.146 + 3.147 +#: ../src/gam-slider-dual.c:207 ../src/gam-slider-dual.c:209 3.148 +msgid "Lock" 3.149 +msgstr "Блок." 3.150 + 3.151 +#: ../src/gam-slider.c:142 ../src/gam-toggle.c:113 3.152 +msgid "Element" 3.153 +msgstr "Элемент" 3.154 + 3.155 +#: ../src/gam-slider.c:143 ../src/gam-toggle.c:114 3.156 +msgid "ALSA mixer element" 3.157 +msgstr "Элемент микшера" 3.158 + 3.159 +#: ../src/gam-slider.c:251 ../src/gam-slider.c:253 3.160 +msgid "Mute" 3.161 +msgstr "Откл." 3.162 + 3.163 +#: ../src/gam-slider.c:269 ../src/gam-slider.c:271 3.164 +msgid "Rec." 3.165 +msgstr "Зап."
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/lcms2-apps/receipt Thu May 12 00:24:45 2016 +0300 4.3 @@ -0,0 +1,19 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="lcms2-apps" 4.7 +VERSION="2.7" 4.8 +CATEGORY="graphics" 4.9 +SHORT_DESC="Open source color management engine (applications)" 4.10 +MAINTAINER="al.bobylev@gmail.com" 4.11 +LICENSE="MIT" 4.12 +WEB_SITE="http://www.littlecms.com/" 4.13 + 4.14 +DEPENDS="lcms2 libjpeg tiff zlib" 4.15 +WANTED="lcms2" 4.16 + 4.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.18 +genpkg_rules() 4.19 +{ 4.20 + mkdir -p $fs/usr 4.21 + cp -a $install/usr/bin $fs/usr 4.22 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/lcms2-dev/receipt Thu May 12 00:24:45 2016 +0300 5.3 @@ -0,0 +1,21 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="lcms2-dev" 5.7 +VERSION="2.7" 5.8 +CATEGORY="development" 5.9 +SHORT_DESC="Open source color management engine (development files)" 5.10 +MAINTAINER="al.bobylev@gmail.com" 5.11 +LICENSE="MIT" 5.12 +WEB_SITE="http://www.littlecms.com/" 5.13 + 5.14 +DEPENDS="lcms2 lcms2-apps" 5.15 +WANTED="lcms2" 5.16 + 5.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.18 +genpkg_rules() 5.19 +{ 5.20 + mkdir -p $fs/usr/lib 5.21 + cp -a $install/usr/include $fs/usr 5.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 5.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 5.24 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/lcms2/description.txt Thu May 12 00:24:45 2016 +0300 6.3 @@ -0,0 +1,6 @@ 6.4 +Little CMS intends to be an OPEN SOURCE small-footprint color management 6.5 +engine, with special focus on accuracy and performance. It uses the 6.6 +International Color Consortium standard (ICC), which is the modern standard 6.7 +when regarding to color management. The ICC specification is widely used and is 6.8 +referred to in many International and other de-facto standards. It was approved 6.9 +as an International Standard, ISO 15076-1, in 2005.
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/lcms2/receipt Thu May 12 00:24:45 2016 +0300 7.3 @@ -0,0 +1,27 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="lcms2" 7.7 +VERSION="2.7" 7.8 +CATEGORY="graphics" 7.9 +SHORT_DESC="Open source color management engine (library)" 7.10 +MAINTAINER="al.bobylev@gmail.com" 7.11 +LICENSE="MIT" 7.12 +WEB_SITE="http://www.littlecms.com/" 7.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 7.14 +WGET_URL="$SF_MIRROR/lcms/$TARBALL" 7.15 + 7.16 +BUILD_DEPENDS="jpeg-dev zlib-dev tiff-dev" 7.17 +SPLIT="lcms2-apps" 7.18 + 7.19 +# Rules to configure and make the package. 7.20 +compile_rules() 7.21 +{ 7.22 + ./configure $CONFIGURE_ARGS && make && make install 7.23 +} 7.24 + 7.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.26 +genpkg_rules() 7.27 +{ 7.28 + mkdir -p $fs/usr/lib 7.29 + cp -a $install/usr/lib/*.so* $fs/usr/lib 7.30 +}
8.1 --- a/pngcrush/receipt Tue May 10 12:26:40 2016 +0200 8.2 +++ b/pngcrush/receipt Thu May 12 00:24:45 2016 +0300 8.3 @@ -1,29 +1,28 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="pngcrush" 8.7 -VERSION="1.7.10" 8.8 -CATEGORY="utilities" 8.9 +VERSION="1.8.1" 8.10 +CATEGORY="graphics" 8.11 SHORT_DESC="PNG optimizer" 8.12 MAINTAINER="mimas@slitaz.org" 8.13 LICENSE="zlib/libpng" 8.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.15 -WEB_SITE="http://pmt.sourceforge.net/pngcrush/" 8.16 +WEB_SITE="https://sourceforge.net/projects/pmt/" 8.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 8.18 WGET_URL="$SF_MIRROR/pmt/$TARBALL" 8.19 8.20 +DEPENDS="glibc-base" 8.21 + 8.22 # Rules to configure and make the package. 8.23 compile_rules() 8.24 { 8.25 - cd $src 8.26 make 8.27 - 8.28 - mkdir -p $DESTDIR/usr/bin 8.29 - install -m755 pngcrush $DESTDIR/usr/bin/ 8.30 + 8.31 + mkdir -p $install/usr/bin 8.32 + cp -a $src/pngcrush $install/usr/bin 8.33 } 8.34 8.35 # Rules to gen a SliTaz package suitable for Tazpkg. 8.36 genpkg_rules() 8.37 { 8.38 - mkdir -p $fs/usr 8.39 - cp -a $install/usr/bin $fs/usr 8.40 + cp -a $install/* $fs 8.41 } 8.42 -
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/pngquant/description.txt Thu May 12 00:24:45 2016 +0300 9.3 @@ -0,0 +1,5 @@ 9.4 +pngquant converts 24/32-bit RGBA PNG images to 8-bit palette with alpha channel 9.5 +preserved. Such images are compatible with all modern web browsers and a 9.6 +compatibility setting is available to help transparency degrade well in 9.7 +Internet Explorer 6. Quantized files are often 40-70 percent smaller than their 9.8 +24/32-bit version. pngquant uses the median cut algorithm.
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/pngquant/receipt Thu May 12 00:24:45 2016 +0300 10.3 @@ -0,0 +1,31 @@ 10.4 +# SliTaz package receipt. 10.5 + 10.6 +PACKAGE="pngquant" 10.7 +VERSION="2.7.0" 10.8 +CATEGORY="graphics" 10.9 +SHORT_DESC="Command-line utility and a library for lossy compression of PNG images" 10.10 +MAINTAINER="al.bobylev@gmail.com" 10.11 +LICENSE="GPL3" 10.12 +WEB_SITE="https://pngquant.org/" 10.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 10.14 +WGET_URL="https://github.com/pornel/pngquant/archive/$VERSION.tar.gz" 10.15 + 10.16 +DEPENDS="lcms2 libpng" 10.17 +BUILD_DEPENDS="lcms2-dev libpng-dev" 10.18 + 10.19 +# Rules to configure and make the package. 10.20 +compile_rules() 10.21 +{ 10.22 + ./configure \ 10.23 + --prefix=/usr \ 10.24 + $CONFIGURE_ARGS && 10.25 + make && make install 10.26 + 10.27 + find $install -name pngquant.1 -exec gzip -9 \{\} \; 10.28 +} 10.29 + 10.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 10.31 +genpkg_rules() 10.32 +{ 10.33 + cp -a $install/* $fs 10.34 +}
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/pngrewrite/description.txt Thu May 12 00:24:45 2016 +0300 11.3 @@ -0,0 +1,68 @@ 11.4 +Pngrewrite is command-line utility that reduces the unnecessarily large 11.5 +palettes that some programs write into PNG files. It also optimizes 11.6 +transparency data, and reduces the bits-per-pixel if possible. Handy for 11.7 +post-processing PNG files before putting them on a web site. 11.8 + 11.9 +Pngrewrite will: 11.10 + 11.11 + * Remove any unused palette entries, and write a palette that is only as large 11.12 + as needed. 11.13 + * Remove (collapse) any duplicate palette entries. 11.14 + * Convert non-palette image to palette images, provided they contain no more 11.15 + than 256 different colors. 11.16 + * Move any colors with transparency to the beginning of the palette, and write 11.17 + a tRNS chunk that is a small as possible. 11.18 + * Reduce the bit-depth (bits per pixel) as much as possible. 11.19 + * Write images as grayscale when possible, if that is compatible with the goal 11.20 + of using the minimum possible bit depth. 11.21 + 11.22 +Under no circumstances does pngrewrite change the actual pixel colors, or 11.23 +background color, or transparency of the image. If it ever does, that's a bug. 11.24 + 11.25 +--WARNING-- 11.26 + 11.27 +pngrewrite removes most extra (ancillary) information from the PNG file, such 11.28 +as text comments. Although this does make the file size smaller, the removed 11.29 +information may sometimes be important. 11.30 + 11.31 +The only ancillary chunks that are NOT removed are: 11.32 + 11.33 + * gAMA - Image gamma setting 11.34 + * sRGB - srgb color space indicator 11.35 + * tIME - creation time 11.36 + * pHYs - physical pixel size 11.37 + * bKGD and tRNS - Background color and transparency are maintained. The 11.38 + actual chunk may be modified according to the new color structure. 11.39 + 11.40 +If the original image was interlaced, the new one will also be interlaced. 11.41 + 11.42 +Pngrewrite will not work at all on images that have more than 256 colors. 11.43 +Colors with the same RGB values but a different level of transparency count as 11.44 +different colors. The background color counts as an extra color if it does not 11.45 +occur in the image. 11.46 + 11.47 +It will also not work at all on images that have a color depth of 16 bits, 11.48 +since they cannot have a palette. 11.49 + 11.50 +----------------- 11.51 + 11.52 +This is a very inefficient program. It is (relatively) slow, and may use a lot 11.53 +of memory. To be specific, it uses about 5 bytes per pixel, no matter what the 11.54 +bit depth of the image is. 11.55 + 11.56 +This program is (hopefully) reasonably portable, and should compile without too 11.57 +much effort on most C compilers. It requires the libpng and zlib libraries. 11.58 + 11.59 +The pngrewrite code is structured as a library that could be used in other 11.60 +applications, but I have not documented the interface. 11.61 + 11.62 +----------------- 11.63 + 11.64 +How to use: 11.65 + 11.66 +From a command-line, run 11.67 + 11.68 + pngrewrite.exe <input-file.png> <output-file.png> 11.69 + 11.70 +To read from standard-input, or write to standard-output, use "-" for the 11.71 +filename.
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/pngrewrite/receipt Thu May 12 00:24:45 2016 +0300 12.3 @@ -0,0 +1,29 @@ 12.4 +# SliTaz package receipt. 12.5 + 12.6 +PACKAGE="pngrewrite" 12.7 +VERSION="1.4.0" 12.8 +CATEGORY="graphics" 12.9 +SHORT_DESC="Utility to reduce unnecessarily large palettes and bit depths in PNG image files" 12.10 +MAINTAINER="al.bobylev@gmail.com" 12.11 +LICENSE="zlib/libpng" 12.12 +WEB_SITE="http://entropymine.com/jason/pngrewrite/" 12.13 +TARBALL="$PACKAGE-$VERSION.zip" 12.14 +WGET_URL="${WEB_SITE}$TARBALL" 12.15 + 12.16 +DEPENDS="libpng" 12.17 +BUILD_DEPENDS="libpng-dev zlib-dev" 12.18 + 12.19 +# Rules to configure and make the package. 12.20 +compile_rules() 12.21 +{ 12.22 + make 12.23 + 12.24 + mkdir -p $install/usr/bin 12.25 + cp -a $src/pngrewrite $install/usr/bin 12.26 +} 12.27 + 12.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 12.29 +genpkg_rules() 12.30 +{ 12.31 + cp -a $install/* $fs 12.32 +}