Skip to content
Permalink
0af09a4ae7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 42 lines (29 sloc) 668 Bytes
#!/bin/env beesh
PGRP=( uncategorized )
SRCURL[0]="http://sethwklein.net/iana-etc-2.30.tar.bz2"
PATCHES[0]=""
# EXCLUDE=""
B=${S}
ARCH=noarch
mee_patch() {
bee_patch
}
mee_configure() {
true
}
mee_build() {
bee_build
sed -i \
-e '/ 2000\/tcp/d' \
-e '/ 2003\/tcp/d' \
-e '/ 4201\/udp/d' \
services
echo "# mariux / imapd changes.." >>services
echo "# don't add lines here .. add changes to ${PF}.bee and reinstall.." >>services
echo "sieve 2000/tcp" >>services
echo "lmtp 2003/tcp" >>services
echo "fud 4201/udp" >>services
}
mee_install() {
bee_install
}