milis/talimatname/genel/d/dzen/talimat

29 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: General purpose messaging, notification and menuing program for X11.
# URL: https://github.com/robm/dzen
# Maintainer: 6c37 Team, https://github.com/6c37/crux-ports-git/issues
# Gerekler: xorg-libx11 xorg-libxpm xorg-libxinerama xorg-libxft
isim=dzen
surum=git
devir=1
kaynak=(https://github.com/robm/dzen/archive/master.tar.gz::$isim-$surum.tar.gz)
derle() {
cd "$SRC"/$isim-master
sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
CFLAGS="$CFLAGS -Wall -Os \${INCS} -DVERSION=\\\"\${VERSION}\\\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`"
LIBS=" -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11"
echo "CFLAGS=$CFLAGS" >>config.mk
echo "LIBS=$LIBS" >>config.mk
echo "LDFLAGS=$LDFLAGS $LIBS" >>config.mk
make X11INC=/usr/include X11LIB=/usr/lib
(cd gadgets && make X11INC=/usr/include X11LIB=/usr/lib)
make PREFIX=/usr MANPREFIX=/usr/man DESTDIR="$PKG" install
(cd gadgets && make PREFIX=/usr MANPREFIX=/usr/man DESTDIR="$PKG" install)
install -Dm0644 LICENSE "$PKG"/usr/share/licenses/dzen2/COPYING
}