wok-next diff linux-libre/receipt @ rev 20796

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
parents 6e60cb130afd
children d5aab818505e
line diff
     1.1 --- a/linux-libre/receipt	Fri Jun 23 10:28:06 2017 +0200
     1.2 +++ b/linux-libre/receipt	Sun Jun 10 16:17:43 2018 +0300
     1.3 @@ -26,7 +26,7 @@
     1.4  linux-libre-scsi linux-libre-sound linux-libre-source linux-libre-speakup \
     1.5  linux-libre-squashfs linux-libre-toshiba linux-libre-udf linux-libre-usbdsl \
     1.6  linux-libre-usbip linux-libre-usb-misc linux-libre-uwb linux-libre-video \
     1.7 -linux-libre-wimax linux-libre-wireless linux-libre-without-modules"
     1.8 +linux-libre-wimax linux-libre-wireless linux-libre-without-modules lguest-libre"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -1325,6 +1325,12 @@
    1.13  			CAT="base-system|without module support"
    1.14  			PROVIDE="linux-without-modules"
    1.15  			;;
    1.16 +		lguest-libre)
    1.17 +			mkdir -p $fs/usr/sbin
    1.18 +			cp $src/Documentation/lguest/lguest $fs/usr/sbin
    1.19 +			CAT="base-system|paravirtualization tool"
    1.20 +			PROVIDE="lguest"
    1.21 +			;;
    1.22  	esac
    1.23  }
    1.24