ubase-git: add conflicts.
This commit is contained in:
parent
1093b63cba
commit
a7d344b053
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ubase-git'
|
# Template file for 'ubase-git'
|
||||||
pkgname=ubase-git
|
pkgname=ubase-git
|
||||||
version=20140422
|
version=20140423
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Suckless linux base utils"
|
short_desc="Suckless linux base utils"
|
||||||
|
@ -8,6 +8,8 @@ maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://tools.suckless.org/ubase"
|
homepage="http://tools.suckless.org/ubase"
|
||||||
|
|
||||||
|
conflicts="base-system-busybox>=0 coreutils>=0 util-linux>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://git.suckless.org/ubase"
|
local url="git://git.suckless.org/ubase"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
@ -22,4 +24,3 @@ post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
vinstall README 644 usr/share/doc/${pkgname}
|
vinstall README 644 usr/share/doc/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue