This commit is contained in:
sin 2014-02-19 16:45:05 +00:00
parent 3b451988cf
commit a44a03b05c
2 changed files with 27 additions and 1 deletions

25
pkgs/jupp Normal file
View File

@ -0,0 +1,25 @@
url=$mirror/joe-3.1jupp26.tgz
fetch() {
wget -c $url -O src/joe-3.1jupp26.tgz
}
unpack() {
cd src
[ -d jupp ] || tar xzf joe-3.1jupp26.tgz
cd -
}
build() {
cd src/jupp
CC=x86_64-linux-musl-gcc sh configure --prefix="$root" CFLAGS="-I$libcroot/include" \
LDFLAGS="-L$libcroot/lib -static" || return 1
make || return 1
cd -
}
install() {
cd src/jupp
make install || return 1
cd -
}

3
stage0
View File

@ -34,6 +34,7 @@ packages="crossmusl
xsetroot
terminus
dwm
mpg123"
mpg123
jupp"
./pkgbuild $packages