-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy the files from the directory `/src/mariux/beeroot/bee-files`, change the permissions, run `git init` to create a repository with all the bee files.
- Loading branch information
0 parents
commit d9667b7
Showing
5,965 changed files
with
417,625 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/usr/bin/env beesh | ||
|
||
SRCURL[0]="http://bioperl.org/DIST/BioPerl-${PKGVERSION}.tar.bz2" | ||
|
||
PATCHURL[0]="" | ||
|
||
# BEE_CONFIGURE=compat | ||
|
||
# BEE_BUILDTYPE= | ||
|
||
# EXCLUDE="" | ||
|
||
# build_in_sourcedir | ||
|
||
|
||
|
||
#mee_extract() { | ||
# bee_extract ${@} | ||
#} | ||
|
||
#mee_patch() { | ||
# bee_patch ${@} | ||
#} | ||
|
||
#mee_configure() { | ||
# bee_configure | ||
#} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
#mee_install() { | ||
# bee_install | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/bin/env beesh | ||
|
||
SRCURL[0]="http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.9600.tar.gz" | ||
|
||
PATCHURL[0]="" | ||
|
||
# BEE_CONFIGURE=compat | ||
|
||
# EXCLUDE="" | ||
|
||
|
||
|
||
mee_extract() { | ||
bee_extract ${@} | ||
} | ||
|
||
mee_patch() { | ||
bee_patch ${@} | ||
} | ||
|
||
mee_configure() { | ||
bee_configure | ||
} | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
|
||
mee_install() { | ||
bee_install | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/bin/env beesh | ||
|
||
SRCURL[0]="http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.110930.tar.gz" | ||
|
||
PATCHURL[0]="" | ||
|
||
# BEE_CONFIGURE=compat | ||
|
||
# EXCLUDE="" | ||
|
||
|
||
|
||
mee_extract() { | ||
bee_extract ${@} | ||
} | ||
|
||
mee_patch() { | ||
bee_patch ${@} | ||
} | ||
|
||
mee_configure() { | ||
bee_configure | ||
} | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
|
||
mee_install() { | ||
bee_install | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/env beesh | ||
|
||
PGRP=( uncategorized ) | ||
|
||
SRCURL[0]="http://www.freedesktop.org/software/ConsoleKit/dist/ConsoleKit-0.4.1.tar.bz2" | ||
|
||
PATCHES[0]="" | ||
|
||
# EXCLUDE="" | ||
|
||
B=${S} | ||
|
||
LIBEXECDIR=/usr/lib/ConsoleKit | ||
|
||
mee_patch() { | ||
bee_patch | ||
} | ||
|
||
mee_configure() { | ||
bee_configure --enable-pam-module | ||
} | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
|
||
mee_install() { | ||
bee_install | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/usr/bin/env beesh | ||
|
||
SRCURL[0]="http://media.djangoproject.com/releases/${PKGVERSION[2]}/Django-${PKGVERSION}.tar.gz" | ||
|
||
PATCHURL[0]="" | ||
|
||
# BEE_CONFIGURE=compat | ||
|
||
# BEE_BUILDTYPE= | ||
|
||
# EXCLUDE="" | ||
|
||
# build_in_sourcedir | ||
|
||
|
||
|
||
#mee_extract() { | ||
# bee_extract ${@} | ||
#} | ||
|
||
#mee_patch() { | ||
# bee_patch ${@} | ||
#} | ||
|
||
#mee_configure() { | ||
# bee_configure | ||
#} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
#mee_install() { | ||
# bee_install | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#!/bin/env beesh | ||
|
||
SRCURL[0]="/home/buczek/cluster/Donald/Donald-1.03.tar.gz" | ||
|
||
PATCHURL[0]="" | ||
|
||
PGRP=( uncategorized ) | ||
|
||
|
||
|
||
#BEE_CONFIGURE= | ||
|
||
# EXCLUDE="" | ||
|
||
B=${S} | ||
|
||
mee_patch() { | ||
bee_patch | ||
} | ||
|
||
mee_configure() { | ||
perl Makefile.PL | ||
} | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
|
||
mee_install() { | ||
bee_install | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
#!/usr/bin/env beesh | ||
|
||
SRCURL[0]="/src/mariux/download/FileRunner-${PKGVERSION}.tar.gz" | ||
|
||
PATCHURL[0]="" | ||
|
||
# BEE_CONFIGURE=compat | ||
|
||
# BEE_BUILDTYPE= | ||
|
||
# EXCLUDE="" | ||
|
||
# build_in_sourcedir | ||
|
||
|
||
|
||
#mee_extract() { | ||
# bee_extract ${@} | ||
#} | ||
|
||
mee_patch() { | ||
perl -pix -e 's/wish8\.4/wish/g' fr | ||
for i in frcolor frftp; do | ||
perl -pix -e 's/wish8\.0/wish/g' $i | ||
done | ||
} | ||
|
||
#mee_configure() { | ||
# bee_configure | ||
#} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
mee_install() { | ||
mkdir -p $D/usr/lib/fr/bitmaps | ||
chmod 755 $D/usr/lib/fr | ||
chmod 755 $D/usr/lib/fr/bitmaps | ||
|
||
for i in fr frcolor frftp ext.so; do | ||
cp $i $D/usr/lib/fr | ||
chmod 755 $D/usr/lib/fr/$i | ||
done | ||
|
||
mkdir -p $D/usr/bin | ||
ln -fs /usr/lib/fr/fr $D/usr/bin/fr | ||
|
||
for i in chmod.tcl cmd.tcl config.tcl dialog.tcl font.tcl ftp.tcl http.tcl menu_80_patch.tcl fr.gif so_locations tclIndex bitmaps/*; do | ||
cp $i $D/usr/lib/fr/$i | ||
chmod 644 $D/usr/lib/fr/$i | ||
done | ||
|
||
for i in QuickStart.txt Users_Guide.txt Tips.txt FAQ README HISTORY KnownBugs.txt COPYING; do | ||
cp $i $D/usr/lib/fr/$i | ||
chmod 644 $D/usr/lib/fr/$i | ||
done | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/bin/env beesh | ||
|
||
SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/GConf/2.32/GConf-2.32.0.tar.bz2" | ||
|
||
PATCHURL[0]="" | ||
|
||
PGRP=( uncategorized ) | ||
|
||
# EXCLUDE="" | ||
|
||
mee_patch() { | ||
bee_patch | ||
} | ||
|
||
mee_configure() { | ||
bee_configure | ||
} | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
|
||
mee_install() { | ||
bee_install | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/bin/env beesh | ||
|
||
SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/GConf/2.32/GConf-2.32.0.tar.bz2" | ||
|
||
PATCHURL[0]="" | ||
|
||
PGRP=( uncategorized ) | ||
|
||
# EXCLUDE="" | ||
|
||
SYSCONFDIR=/etc/gnome | ||
|
||
mee_patch() { | ||
bee_patch | ||
} | ||
|
||
mee_configure() { | ||
bee_configure | ||
} | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
|
||
mee_install() { | ||
bee_install | ||
|
||
install -v -m755 -d ${D}${SYSCONFDIR}/gconf/gconf.xml.system | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#!/bin/env beesh | ||
|
||
SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/GConf/${PKGVERSION[2]}/GConf-${PKGVERSION}.tar.bz2" | ||
|
||
PATCHURL[0]="" | ||
|
||
PGRP=( uncategorized ) | ||
|
||
# EXCLUDE="" | ||
|
||
SYSCONFDIR=/etc/gnome | ||
LIBEXECDIR=/usr/lib/GConf | ||
|
||
B=${S} | ||
|
||
mee_patch() { | ||
bee_patch | ||
|
||
sed -e 's,/etc/gconf/,@sysgconfdir@/,' \ | ||
-i gconf/default.path.in | ||
|
||
sed -e "s,/etc/gconf/gconf.xml.system,${SYSCONFDIR}/gconf/gconf.xml.system,g" \ | ||
-i gconf/gconfd.c | ||
} | ||
|
||
mee_configure() { | ||
bee_configure | ||
} | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
|
||
mee_install() { | ||
bee_install | ||
|
||
install -v -m755 -d ${D}${SYSCONFDIR}/gconf/gconf.xml.system | ||
|
||
} | ||
|
Oops, something went wrong.