#!/bin/bash ## src2pkg script for: ImageMagick-6.2.8 ## Auto-generated by 'src2pkg' SOURCE_NAME=ImageMagick-6.2.8-8.tar.bz2 ALT_NAME='imagemagick' ALT_VERSION='6.2.8.8' BUILD='6' DOCLIST="AUTHORS LICENSE NEWS NOTICE Platforms.txt QuickStart.txt README.txt" STD_FLAGS='-O2 -march=i486 -mtune=i686' PRE_FIX='/usr' EXTRA_CONFIGS="--program-prefix= --enable-16bit-pixel \ --with-x --with-frozenpaths=no --enable-static=no \ --enable-shared --without-perl" # Get the functions and configs source /usr/libexec/src2pkg/FUNCTIONS ; # do_all_processes can substitute these 16 steps: pre_process find_source make_dirs unpack_source fix_source_perms configure_source compile_source fake_install rm -f $PKG_DIR/usr/lib/libltdl.* 1> /dev/null 2> /dev/null cd $PKG_DIR ; find . -name perllocal.pod | xargs rm -f if [[ -d $PKG/usr/lib/perl5 ]] ; then cd $PKG/usr/lib/perl5 rmdir */* 2> /dev/null rmdir * 2> /dev/null fi fix_pkg_perms strip_bins create_docs compress_man_pages make_description make_doinst make_package post_process # src2pkg and src2pkg - Copyright 2005-2007 Gilbert Ashley ## See the documentation for more help and examples. Below are some of # the most common Extras and Options for easy cut-and-paste use. # EXTRA_CONFIGS='' PRE_FIX='' DOCLIST='' INSTALL_RULE='' CONFIG_SUBDIR=''