# Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Ilian Zarov S=${WORKDIR}/${P} DESCRIPTION="CD Catalog is a simple yet effective CD indexing program." # Please mirror this file on ibiblio as f2s is discontinuing its free services SRC_URI="http://www.littledragon.f2s.com/unix/cdcat/cdcat-0.2.tar.gz" HOMEPAGE="http://www.littledragon.f2s.com/unix/" DEPEND=">=sys-apps/sed-3.02.80 >=sys-apps/grep-2.4.2 >=sys-apps/findutils-4.1 >=app-cdr/cdrtools-1.11" src_install() { cd ${S} ./install.sh --prefix=/usr \ --man_prefix=/usr/share/man || die "Install script failed." } pkg_postinst() { echo " ################################################################### You may wish to edit /usr/bin/cdcat to change the default directory where index files will reside (/mnt/ext/cd). ################################################################### " mkdir /mnt/ext mkdir /mnt/ext/cd }