App-rs

 view release on metacpan or  search on metacpan

rs.build  view on Meta::CPAN

EOF
	 sysvinit => {'no-configure' => 1},
	 emacs => {switch => [qw/--without-x --with-file-notification=inotify/]},
	 syslinux => {'no-configure' => 1,
			  'make-parameter' => [qw/bios/],
			  'make-install-parameter' => ['bios', "INSTALLROOT=$s->{prefix}"]},
	 pixman => 'gmp',
	 glib => {'pre-configure' => 'NOCONFIGURE=1 ./autogen.sh',
		      switch => [qw/--with-pcre=internal --enable-static=yes/]},
	 harfbuzz => {'pre-configure' => 'NOCONFIGURE=1 ./autogen.sh'},
	 freetype => 'util-linux',
	 cairo => 'harfbuzz',
	 mesa => {switch => [qw/--with-egl-platforms=x11,drm --with-dri-drivers=i965 --with-gallium-drivers=nouveau --enable-gbm --enable-shared-glapi --enable-glx-tls/]},
	 strace => {'pre-configure' => './bootstrap'},
	 libuv => 'util-linux',
	 'gobject-introspection' => 'harfbuzz',
	 zip => {'no-configure' => 1,
		     'make-parameter' => [qw|generic_gcc -f unix/Makefile|],
		     'make-install-parameter' => [$l, qw|-f unix/Makefile|]},
	 unzip => {'no-configure' => 1,
		       'make-parameter' => [qw|generic -f unix/Makefile|],
		       'make-install-parameter' => [$l, qw|-f unix/Makefile|]},
	 'gdk-pixbuf' => 'harfbuzz',
	 'gtk+' => 'harfbuzz',
	 'atk' => 'harfbuzz',
	 'pango' => 'harfbuzz',
	 'XML-Parser' => {'no-configure' => 1,
			      'post-configure' => 'perl Makefile.PL',
			      'post-make' => 'make test'},
	 'terminus-font' => {switch => [qw|--x11dir=/share/fonts/X11/terminus|]},
	 x264 => {switch => [qw/--enable-static --enable-shared/]},
	 ffmpeg => {switch => [qw/--enable-gpl --enable-nonfree --enable-libass --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libx264 --enable-libx265 --enable-shared --enable-openssl/]},
	 libpng => {environment => {LIBS => '-lpthread'}},
	 wireshark => {switch => [qw/--with-gtk2 --enable-setuid-install --with-ssl/]},
	 qemu => {switch => [qw/--audio-drv-list=alsa/]},
	 qt5 => {'no-configure' => 1,
		     'post-configure' => './configure -prefix /lib/qt5 -release -opensource -confirm-license -nomake tests -nomake examples -no-dbus'},
	 mutt => {switch => [qw/--enable-hcache --with-ssl --enable-imap/]},
	 bc => {switch => ['--with-readline']},
	 'poppler-data' => {'no-configure' => 1,
				'no-make' => 1,
				'make-install-parameter' => [$l]},
	 luajit => {'no-configure' => 1,
			'make-parameter' => [$r],
			'make-install-parameter' => [$r]},
	 libtirpc => {switch => ['--disable-gssapi']},
	 rpcbind => {switch => ['--without-systemdsystemunitdir']},
	 'nfs-utils' => {switch => [qw/--disable-gss --disable-nfsv4 --without-tcp-wrappers/]},
	 git => {'make-parameter' => [qw/all doc/],
		     'make-install-parameter' => [qw/install-doc install-html/]},
	 pciutils => {'no-configure' => 1,
			  'make-parameter' => [$r],
			  'make-install-parameter' => [$r]},
	 librsvg => 'harfbuzz',
	 gimp => {'pre-configure' => 'NOCONFIGURE=1 ./autogen.sh',
		      switch => [qw'--disable-python --without-gvfs']},
	 samba => {switch => [qw|--enable-fhs --sysconfdir=/etc --localstatedir=/var --without-ad-dc --without-acl-support --without-ldap --without-ads|]},
	 fftw => {switch => [qw/--enable-shared --enable-threads/]},
	 squid => {'pre-configure' => './bootstrap.sh',
		       switch => [qw/--with-openssl --enable-ssl-crtd/]},
	 pcre => {switch => [qw/--enable-jit --enable-utf --enable-unicode-properties --enable-newline-is-any --enable-pcregrep-libz --enable-pcretest-libreadline/],
		  'post-make' => 'make check'},
	 dialog => {switch => [qw/--with-ncursesw --enable-nls --with-shared/]},
	 'pkg-config' => {switch => [qw/--with-internal-glib/]}};
};



( run in 0.520 second using v1.01-cache-2.11-cpan-d7f47b0818f )