wok-next annotate slitaz-next/receipt @ rev 19866

Up eudev, rust-musl, slitaz-next, b43-fwcutter, cookutils, dbus, dmidecode, eudev, firmware, libidl, make-slitaz-icons, mirror-tools, tazdev, tazwikiss, yaff; add laptop-detect
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 19 02:54:15 2017 +0300 (2017-09-19)
parents e64ba2957d77
children 417f77dae192
rev   line source
al@19856 1 # SliTaz package receipt v2.
al@19856 2
al@19856 3 PACKAGE="slitaz-next"
al@19866 4 VERSION="170912"
al@19856 5 CATEGORY="customization"
al@19856 6 SHORT_DESC="SliTaz Next customization"
al@19856 7 MAINTAINER="al.bobylev@gmail.com"
al@19856 8 LICENSE="BSD"
al@19856 9 WEB_SITE="http://www.slitaz.org/"
al@19856 10
al@19856 11 compile_rules() {
al@19856 12 mkdir -p $install
al@19856 13 cp -a $stuff/* $install
al@19856 14 chown -R root:root $install
al@19856 15 }
al@19856 16
al@19856 17 genpkg_rules() {
al@19856 18 copy @std
al@19856 19 }
al@19856 20
al@19856 21 post_install() {
al@19857 22 sed -i 's|<name>SliTaz</name>|<name>OB-Flat-black</name>|' "$1/etc/xdg/openbox/rc.xml"
al@19866 23 rm -f $1/usr/share/images/slitaz-background_2.jpg
al@19856 24 }