wok-next view dpkg/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dpkg"
4 VERSION="1.16.12"
5 CATEGORY="misc"
6 SHORT_DESC="Debian package management system"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://wiki.debian.org/dpkg"
11 WGET_URL="http://people.slitaz.org/~shann/packages/$PACKAGE/$TARBALL"
12 DEPENDS="libbzip2 liblzma zlib"
14 CONFIG_FILES="/etc/logrotate.d/dpkg
15 /etc/cron.daily/dpkg
16 /etc/alternatives/README
17 /etc/dpkg/dpkg.cfg"
19 genpkg_rules() {
20 mkdir -p $fs/etc/alternatives $fs/etc/dpkg $fs/etc/cron.daily $fs/etc/logrotate.d
21 mkdir -p $fs/usr/share $fs/usr/sbin $fs/usr/sbin $fs/sbin
22 cp -a $src/etc/* $fs/etc
23 cp -a $src/sbin/* $fs/sbin
24 cp -a $src/usr/* $fs/usr
25 chown -R root.root $fs
26 }