New package: thinglaunch-git-20140708
This commit is contained in:
parent
7a28cd78b5
commit
9e3a8aec22
28
srcpkgs/thinglaunch-git/template
Normal file
28
srcpkgs/thinglaunch-git/template
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Template file for 'thinglaunch-git'
|
||||||
|
pkgname=thinglaunch-git
|
||||||
|
version=20140708
|
||||||
|
revision=1
|
||||||
|
makedepends="libX11-devel"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="A simple command and password prompter for X11"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://git.r-36.net/thinglaunch/"
|
||||||
|
provides="thinglaunch-${version}_${revision}"
|
||||||
|
replaces="thinglaunch>=0"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
local url="git://git.r-36.net/thinglaunch"
|
||||||
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i 's| -I/usr/include||g' config.mk
|
||||||
|
sed -i 's| -L/usr/lib||g' config.mk
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/thinglaunch
|
||||||
|
vinstall LICENSE.orig 644 usr/share/licenses/thinglaunch
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user