2018-05-28 21:12:29 +02:00
|
|
|
#!/bin/bash
|
|
|
|
# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2018 Patrick J. Volkerding, Sebeka, MN, USA
|
2009-08-26 17:00:38 +02:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
# Redistribution and use of this script, with or without modification, is
|
|
|
|
# permitted provided that the following conditions are met:
|
|
|
|
#
|
|
|
|
# 1. Redistributions of this script must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
|
|
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
|
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
|
|
|
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
|
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
|
|
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
|
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
# Set initial variables:
|
2018-05-28 21:12:29 +02:00
|
|
|
cd $(dirname $0) ; CWD=$(pwd)
|
2009-08-26 17:00:38 +02:00
|
|
|
if [ "$TMP" = "" ]; then
|
|
|
|
TMP=/tmp
|
|
|
|
fi
|
|
|
|
PKG=$TMP/package-pkgtools
|
|
|
|
|
2018-05-28 21:12:29 +02:00
|
|
|
PKGNAM=pkgtools
|
2009-08-26 17:00:38 +02:00
|
|
|
# *** UPDATE THESE WITH EACH BUILD:
|
2022-09-06 22:21:24 +02:00
|
|
|
VERSION=15.1
|
2009-08-26 17:00:38 +02:00
|
|
|
ARCH=${ARCH:-noarch}
|
Fri Feb 23 02:27:35 UTC 2024
a/aaa_libraries-15.1-x86_64-26.txz: Rebuilt.
Upgraded: libacl.so.1.1.2302, libattr.so.1.1.2502, liblzma.so.5.4.6,
libpcre2-8.so.0.12.0, libz.so.1.3.1, libcares.so.2.11.0,
libexpat.so.1.9.0, libffi.so.8.1.4, libglib-2.0.so.0.7800.4,
libgmodule-2.0.so.0.7800.4, libgobject-2.0.so.0.7800.4,
libgthread-2.0.so.0.7800.4, libidn.so.12.6.5, libidn2.so.0.4.0,
libpng16.so.16.41.0, libpsl.so.5.3.5, libtdb.so.1.4.10, libusb-1.0.so.0.4.0.
a/etc-15.1-x86_64-5.txz: Rebuilt.
Added UID 214 and GID 214 for avahi.
a/gettext-0.22.5-x86_64-1.txz: Upgraded.
a/pkgtools-15.1-noarch-9.txz: Rebuilt.
setup.services: support rc.avahidaemon and rc.avahidnsconfd.
a/sysvinit-scripts-15.1-noarch-13.txz: Rebuilt.
rc.M: start (if executable) rc.avahidaemon and rc.avahidnsconfd.
ap/cups-2.4.7-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
ap/cups-filters-1.28.17-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
ap/hplip-3.23.12-x86_64-1.txz: Upgraded.
Compiled against avahi.
ap/xmltoman-0.6-x86_64-1.txz: Added.
This is needed to generate manpages for avahi.
d/distcc-3.4-x86_64-4.txz: Rebuilt.
Recompiled against avahi.
d/gettext-tools-0.22.5-x86_64-1.txz: Upgraded.
l/avahi-20240220_dffd549-x86_64-1.txz: Added.
It was either this, or drop (or fork) hplip. We'll enjoy it in the long run.
Thanks to David Somero for the original build script, and to Robby Workman
for years of maintenance.
Signed-off-by: volkerdi
Acked-by: alienBOB
l/libdaemon-0.14-x86_64-1.txz: Added.
This is needed by avahi.
l/pipewire-1.0.3-x86_64-5.txz: Rebuilt.
Recompiled against avahi.
l/pulseaudio-17.0-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
n/NetworkManager-1.46.0-x86_64-1.txz: Upgraded.
n/netatalk-3.1.18-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
n/samba-4.19.5-x86_64-2.txz: Rebuilt.
Recompiled against avahi.
xap/pidgin-2.14.12-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
xap/sane-1.2.1-x86_64-3.txz: Rebuilt.
Recompiled against avahi.
extra/bash-completion/bash-completion-2.12.0-noarch-1.txz: Upgraded.
2024-02-23 03:27:35 +01:00
|
|
|
BUILD=${BUILD:-9}
|
2018-05-28 21:12:29 +02:00
|
|
|
|
|
|
|
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
|
|
|
# the name of the created package would be, and then exit. This information
|
|
|
|
# could be useful to other scripts.
|
|
|
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|
|
|
echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
|
|
|
|
exit 0
|
|
|
|
fi
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
if [ ! -d $TMP ]; then
|
|
|
|
mkdir -p $TMP # location to build the source
|
|
|
|
fi
|
|
|
|
rm -rf $PKG
|
|
|
|
mkdir -p $PKG
|
|
|
|
|
|
|
|
# Install Slackware script manpages:
|
|
|
|
( cd $CWD/manpages
|
|
|
|
mkdir -p $PKG/usr/man/man8
|
2018-05-28 21:12:29 +02:00
|
|
|
for page in explodepkg.8 installpkg.8 makepkg.8 upgradepkg.8 pkgdiff.8 \
|
|
|
|
pkgtool.8 removepkg.8 ; do
|
2009-08-26 17:00:38 +02:00
|
|
|
cat $page | gzip -9c > $PKG/usr/man/man8/$page.gz
|
|
|
|
done
|
|
|
|
)
|
|
|
|
|
2016-06-30 22:26:57 +02:00
|
|
|
# Install internationalized manpages from
|
|
|
|
# http://slint.fr/forSlackware/man_l10n/pkgtools/
|
|
|
|
( cd $PKG/usr/man
|
|
|
|
tar xf $CWD/manpages-l10n.tar.xz
|
|
|
|
for page in manpages-l10n/* ; do
|
|
|
|
manpage=$(basename $page)
|
|
|
|
mkdir -p ${manpage%%.*}/man8
|
|
|
|
mv $page ${manpage%%.*}/man8/${page#*.}.8
|
|
|
|
done
|
|
|
|
gzip -9 */man8/*.8
|
|
|
|
rmdir manpages-l10n
|
|
|
|
)
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
# Install Slackware scripts:
|
|
|
|
( cd $CWD/scripts
|
|
|
|
# Install the core Slackware package tools:
|
|
|
|
mkdir -p $PKG/sbin
|
2013-11-04 18:08:47 +01:00
|
|
|
# Don't include makebootdisk... it's useless since a kernel won't fit on a
|
|
|
|
# floppy disk, and nobody uses floppies any more anyway.
|
2018-05-28 21:12:29 +02:00
|
|
|
for file in explodepkg installpkg makepkg pkgdiff pkgtool removepkg upgradepkg ; do
|
2009-08-26 17:00:38 +02:00
|
|
|
cp -a $CWD/scripts/$file $PKG/sbin
|
|
|
|
done
|
|
|
|
chown root:root $PKG/sbin/*
|
|
|
|
chmod 755 $PKG/sbin/*
|
|
|
|
# These scripts are used during the installation:
|
2018-06-22 00:58:42 +02:00
|
|
|
mkdir -p $PKG/var/lib/pkgtools/setup/tmp
|
|
|
|
chmod 700 $PKG/var/lib/pkgtools/setup/tmp
|
2009-08-26 17:00:38 +02:00
|
|
|
for file in setup.* ; do
|
2018-06-22 00:58:42 +02:00
|
|
|
cp -a $file $PKG/var/lib/pkgtools/setup
|
2009-08-26 17:00:38 +02:00
|
|
|
done
|
2018-06-22 00:58:42 +02:00
|
|
|
chown root:root $PKG/var/lib/pkgtools/setup/setup.*
|
|
|
|
chmod 755 $PKG/var/lib/pkgtools/setup/setup.*
|
2013-11-04 18:08:47 +01:00
|
|
|
# Add a link for makebootstick:
|
2018-06-22 00:58:42 +02:00
|
|
|
( cd $PKG/sbin ; ln -sf ../var/lib/pkgtools/setup/setup.80.make-bootdisk makebootstick )
|
2009-08-26 17:00:38 +02:00
|
|
|
)
|
|
|
|
|
2018-06-22 00:58:42 +02:00
|
|
|
# Create the base directories (not really necessary, but doesn't hurt):
|
2020-03-31 06:00:43 +02:00
|
|
|
mkdir -p $PKG/var/lib/pkgtools/{packages,scripts,douninst.sh}
|
2018-06-22 00:58:42 +02:00
|
|
|
mkdir -p $PKG/var/log/pkgtools/{removed_packages,removed_scripts}
|
|
|
|
|
2009-08-26 17:00:38 +02:00
|
|
|
mkdir -p $PKG/install
|
|
|
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
2018-06-22 00:58:42 +02:00
|
|
|
zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
# Build the package:
|
|
|
|
cd $PKG
|
2016-06-30 22:26:57 +02:00
|
|
|
makepkg -l y -c n $TMP/pkgtools-$VERSION-$ARCH-$BUILD.txz
|
2009-08-26 17:00:38 +02:00
|
|
|
|
|
|
|
echo
|
|
|
|
echo "HEY -- did you remember to update the version numbers in the setup scripts?"
|
|
|
|
echo
|
|
|
|
|