mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
commit
c5e8df46a8
2 changed files with 45 additions and 0 deletions
19
srcpkgs/hsetroot/template
Normal file
19
srcpkgs/hsetroot/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template build file for 'hsetroot'.
|
||||||
|
pkgname=hsetroot
|
||||||
|
version=1.0.2
|
||||||
|
revision=1
|
||||||
|
build-style=gnu-configure
|
||||||
|
makedepends="imlib2-devel"
|
||||||
|
short_desc="A tool which changes X server wallpapers"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.thegraveyard.org/hsetroot.php"
|
||||||
|
distfiles="http://www.thegraveyard.org/files/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7
|
||||||
|
|
||||||
|
hsetroot_package() {
|
||||||
|
depends="imlib2"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
26
srcpkgs/ii/template
Normal file
26
srcpkgs/ii/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'ii'
|
||||||
|
pkgname=ii
|
||||||
|
version=1.7
|
||||||
|
revision=1
|
||||||
|
short_desc="Minimalist FIFO IRC client"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://tools.suckless.org/ii"
|
||||||
|
distfiles="http://dl.suckless.org/tools/$pkgname-$version.tar.gz"
|
||||||
|
checksum=ebd3e94c4a9338e4812a964ee323fad3bd9bc7d41872cf1899e3e46bac9edfb8
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk
|
||||||
|
make CC=$CC
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||||
|
}
|
||||||
|
|
||||||
|
ii_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue