ghc-bin: provides/replaces ghc.
This commit is contained in:
parent
a1eadfbc38
commit
ce5d2f1153
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ghc-bin'
|
||||
pkgname=ghc-bin
|
||||
version=7.8.2
|
||||
revision=1
|
||||
revision=2
|
||||
depends="perl gcc"
|
||||
short_desc="Glorious Haskell Compiler - precompiled binaries"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -22,6 +22,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
create_wrksrc=yes
|
||||
nostrip=1
|
||||
provides="ghc-${version}_${revision}"
|
||||
replaces="ghc>=0"
|
||||
|
||||
do_install() {
|
||||
vmkdir ${DESTDIR}
|
||||
|
|
Loading…
Reference in New Issue