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 50 lines (31 sloc) 908 Bytes
#!/usr/bin/env beesh
SRCURL[0]="http://downloads.sourceforge.net/mcj/xfig.${PKGVERSION}.full.tar.gz"
PATCHURL[0]="http://pkgs.fedoraproject.org/cgit/xfig.git/plain/36_libpng15.patch"
PATCHURL[1]="http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/xfig/files/xfig-3.2.5b-edit-menu.patch"
# BEE_CONFIGURE=compat
# BEE_BUILDTYPE=
# EXCLUDE=""
#mee_extract() {
# bee_extract ${@}
#}
mee_extract_post() {
cd ${S}
# otherwise the temporay files are not removable and the build archive is not be complete
chmod 755 ${S}/Libraries
chmod 700 ${S}/Doc/html/images/xfig-title.png
# fix Imakefile before generating Makefile
sed -i "s:^\(XCOMM\)*[[:space:]]*\(#define XAW3D1_5E\).*$:\2:" Imakefile
xmkmf
}
#mee_patch() {
# bee_patch ${@}
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}