wok rev 23952

created recipe for mrxvt-unicode
author Hans-G?nter Theisgen
date Tue Sep 22 15:33:55 2020 +0100 (2020-09-22)
parents 1f97fc4c73f1
children 6429694693a8
files mrxvt-unicode/receipt mrxvt-unicode/stuff/mrxvt.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mrxvt-unicode/receipt	Tue Sep 22 15:33:55 2020 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mrxvt-unicode"
     1.7 +VERSION="3909939"	# 2018-09-06
     1.8 +CATEGORY="utilities"
     1.9 +TAGS="terminal"
    1.10 +SHORT_DESC="Terminal emulator with muli-tabs support."
    1.11 +MAINTAINER="maintainer@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="https://github.com/tomas/mrxvt-unicode"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="$WEB_SITE/archive/${TARBALL/*-/}"
    1.17 +
    1.18 +DEPENDS="expat fontconfig freetype jpeg libice libpng libsm libx11 libxau 
    1.19 +	libxdmcp libxft libxpm libxrender zlib"
    1.20 +BUILD_DEPENDS="freetype-dev jpeg-dev libpng-dev libtool xorg-dev xorg-libXft-dev"
    1.21 +
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./bootstrap.sh &&
    1.25 +	./configure				\
    1.26 +		--prefix=/usr			\
    1.27 +		--infodir=/usr/share/info	\
    1.28 +		--mandir=/usr/share/man		\
    1.29 +		--enable-xft			\
    1.30 +		--enable-menubar		\
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$install install
    1.34 +}
    1.35 +
    1.36 +genpkg_rules()
    1.37 +{
    1.38 +	mkdir -p $fs/usr/share/applications
    1.39 +
    1.40 +	cp -a $install/usr/etc			$fs
    1.41 +	cp -a $install/usr/bin			$fs/usr
    1.42 +	cp -a $install/usr/share/pixmaps	$fs/usr/share
    1.43 +	cp -a $stuff/mrxvt.desktop		$fs/usr/share/applications
    1.44 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mrxvt-unicode/stuff/mrxvt.desktop	Tue Sep 22 15:33:55 2020 +0100
     2.3 @@ -0,0 +1,8 @@
     2.4 +[Desktop Entry]
     2.5 +Name=Mrxvt
     2.6 +GenericName=Multi-tab Terminal
     2.7 +Comment=Terminal emulator with tabs support
     2.8 +Exec=mrxvt -xft -bg black -fg white -cr orange -pr green
     2.9 +Icon=mrxvt
    2.10 +Type=Application
    2.11 +Categories=Utility;Terminal;