mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
commit
c84548cf46
2 changed files with 29 additions and 0 deletions
13
srcpkgs/imake/template
Normal file
13
srcpkgs/imake/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'imake'
|
||||||
|
pkgname=imake
|
||||||
|
version=1.0.7
|
||||||
|
revision=1
|
||||||
|
makedepends="pkg-config xproto perl makedepend xorg-cf-files"
|
||||||
|
short_desc="X.Org imake program and related utilities"
|
||||||
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://xorg.freedesktop.org/"
|
||||||
|
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=690c2c4ac1fad2470a5ea73156cf930b8040dc821a0da4e322014a42c045f37e
|
||||||
|
build_style=gnu-configure
|
||||||
|
|
16
srcpkgs/xorg-cf-files/template
Normal file
16
srcpkgs/xorg-cf-files/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'xorg-cf-files'
|
||||||
|
pkgname=xorg-cf-files
|
||||||
|
version=1.0.5
|
||||||
|
revision=1
|
||||||
|
makedepends="pkg-config autoconf automake xorg-util-macros xorg-fonts"
|
||||||
|
short_desc="X.Org imake program and related utilities"
|
||||||
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://xorg.freedesktop.org/"
|
||||||
|
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=ed23b85043edecc38fad4229e0ebdb7ff80b570e746bc03a7c8678d601be7ed4
|
||||||
|
build_style=gnu-configure
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue