New package: xrootconsole-0.6r3
This commit is contained in:
parent
2e82ef5fe2
commit
971b050c39
1 changed files with 27 additions and 0 deletions
27
srcpkgs/xrootconsole/template
Normal file
27
srcpkgs/xrootconsole/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'xrootconsole'
|
||||
pkgname=xrootconsole
|
||||
version=0.6r3
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version%r*}"
|
||||
build_style=gnu-makefile
|
||||
makedepends="libX11-devel"
|
||||
short_desc="Fancy X console display"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://packages.debian.org/source/sid/xrootconsole"
|
||||
distfiles="${DEBIAN_SITE}/main/x/${pkgname}/${pkgname}_${version%r*}.orig.tar.gz
|
||||
${DEBIAN_SITE}/main/x/${pkgname}/${pkgname}_${version/r/-}.debian.tar.gz"
|
||||
checksum="8306de6f4d3f39677334ee65214e46729cf2dd89aeff1705df3c499738a4076d
|
||||
67a511d19e0f2ead7e57850e0fa73f0932d329a9849d0aba48a03661c0d6737a"
|
||||
|
||||
post_extract() {
|
||||
for p in debian/patches/*.patch; do
|
||||
patch -d $build_wrksrc -Np1 <$p
|
||||
done
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin xrootconsole
|
||||
vman xrootconsole.1
|
||||
}
|
Loading…
Reference in a new issue