wok-next diff slitaz-next/receipt @ rev 19856

Up dbus, lxdm, slitaz-configs, syslinux-slitaz-repack; add slitaz-next with all the Next-related hotfixes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 07 15:25:51 2017 +0300 (2017-09-07)
parents
children e64ba2957d77
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-next/receipt	Thu Sep 07 15:25:51 2017 +0300
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="slitaz-next"
     1.7 +VERSION="170907"
     1.8 +CATEGORY="customization"
     1.9 +SHORT_DESC="SliTaz Next customization"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +
    1.14 +compile_rules() {
    1.15 +	mkdir -p $install
    1.16 +	cp -a $stuff/* $install
    1.17 +	chown -R root:root $install
    1.18 +}
    1.19 +
    1.20 +genpkg_rules() {
    1.21 +	copy @std
    1.22 +}
    1.23 +
    1.24 +post_install() {
    1.25 +	:
    1.26 +}