* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -5,13 +5,15 @@ SRC_URI="cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemacs/qemacs
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="app-text/texi2html >= 1.82"
BUILD {
BUILD()
{
cd qemacs-0.3.2dev-cvs
./configure
make
}
INSTALL {
INSTALL()
{
cd qemacs-0.3.2dev-cvs
make install
}

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="42fe8cc431bb9cbbeb898a2c18335990"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="app-text/texi2html >= 1.82"
BUILD {
BUILD()
{
cd qemacs-0.3.3
./configure
make
}
INSTALL {
INSTALL()
{
cd qemacs-0.3.3
make install
}