* 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

@@ -12,14 +12,16 @@ DEPEND="pkgconfig >= 0.23,
libmad
ffmpeg = 7407"
CHECKSUM_MD5="fd852166d1705573cd7768a06117ed51"
BUILD {
BUILD()
{
cd vlc-0.8.6i
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd vlc-0.8.6i
make install
}

View File

@@ -16,14 +16,16 @@ DEPEND="pkgconfig >= 0.23
libdca
ffmpeg >= 0.6"
CHECKSUM_MD5="9ab7d8218ff37e362f996fd7d8879dbc"
BUILD {
BUILD()
{
cd vlc-1.1.5
./bootstrap
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-postproc --disable-xcb --disable-skins2 --disable-qt4 --disable-libgcrypt --disable-remoteosd
make
}
INSTALL {
INSTALL()
{
cd vlc-1.1.5
make install
}

View File

@@ -24,14 +24,16 @@ DEPEND="faad2,
libsdl
sdl-image"
CHECKSUM_MD5="4f959c0766ada8cea5a72c65fce94ebe"
BUILD {
BUILD()
{
cd vlc-2.0.5
bootstrap
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-kde-solid=no --disable-xcb --enable-run-as-root --enable-static
make
}
INSTALL {
INSTALL()
{
cd vlc-2.0.5
make install
}