Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do initial commit
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
pmenzel committed Jun 9, 2016
0 parents commit 90f9822
Show file tree
Hide file tree
Showing 5,949 changed files with 416,500 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
35 changes: 35 additions & 0 deletions BioPerl-1.6.1-0.bee
@@ -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
#}
31 changes: 31 additions & 0 deletions CPAN-1.9600-0.bee
@@ -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
}
31 changes: 31 additions & 0 deletions CPAN-Meta-2.110930-0.bee
@@ -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
}
30 changes: 30 additions & 0 deletions ConsoleKit-0.4.1-0.bee
@@ -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
}

35 changes: 35 additions & 0 deletions Django-1.3.1-0.bee
@@ -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
#}
32 changes: 32 additions & 0 deletions Donald-1.03-0.bee
@@ -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
}

59 changes: 59 additions & 0 deletions FileRunner-2.5.1p3-0.bee
@@ -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

}
26 changes: 26 additions & 0 deletions GConf-2.32.0-0.bee
@@ -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
}

31 changes: 31 additions & 0 deletions GConf-2.32.0-1.bee
@@ -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

}

40 changes: 40 additions & 0 deletions GConf-2.32.2-0.bee
@@ -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

}

0 comments on commit 90f9822

Please sign in to comment.