# Tanım: Framebuffer için görüntü ve pdf görüntüleyici # URL: http://linux.bytesex.org/fbida/ # Paketçi: milisarge # Gerekler: lesstif libpng libexif xorg-fontconfig giflib imagemagick xorg-libxpm desktop-file-utils isim=fbida surum=2.10 devir=2 kaynak=(http://dl.bytesex.org/releases/fbida/$isim-$surum.tar.gz ida-desktop.patch) derle() { cd $isim-$surum sed -i 's/ungif/gif/' GNUmakefile patch -p0 -i $SRC/ida-desktop.patch echo 2.10 > VERSION make verbose=yes convert -resize 25% logo.jpg ida.png make STRIP="" DESTDIR=$PKG prefix=/usr install install -d -m644 $PKG/usr/share/applications install -d -m644 $PKG/usr/share/pixmaps cp -f desktop/ida.desktop $PKG/usr/share/applications/ida.desktop cp -f ida.png $PKG/usr/share/pixmaps/ida.png }