mg: remove long_desc.
This commit is contained in:
parent
8c3fa71ffa
commit
370abb4fb0
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mg'
|
# Template file for 'mg'
|
||||||
pkgname=mg
|
pkgname=mg
|
||||||
version=20110905
|
version=20110905
|
||||||
revision=2
|
revision=3
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
homepage="http://homepage.boetes.org/software/mg"
|
homepage="http://homepage.boetes.org/software/mg"
|
||||||
short_desc="Micro GNU/emacs"
|
short_desc="Micro GNU/emacs"
|
||||||
|
@ -9,15 +9,15 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
distfiles="$homepage/mg-$version.tar.gz"
|
distfiles="$homepage/mg-$version.tar.gz"
|
||||||
checksum=1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229
|
checksum=1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229
|
||||||
long_desc="
|
|
||||||
mg is Micro GNU/emacs, this is a portable version of the mg maintained
|
|
||||||
by the OpenBSD team."
|
|
||||||
|
|
||||||
do_build() {
|
do_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
sed -e "s,/usr/include,$XBPS_CROSS_BASE/include,g" -i configure
|
sed -e "s,/usr/include,$XBPS_CROSS_BASE/include,g" -i configure
|
||||||
fi
|
fi
|
||||||
CC="$CC" ./configure
|
CC="$CC" ./configure
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
make CC="$CC" CFLAGS="$CFLAGS" ${makejobs}
|
make CC="$CC" CFLAGS="$CFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue