# getflashvideos/cfg - "Build" settings for package # Revision: 130612 #--------------------------------------------------------------------- [technotes] # 1. The source tarball used by this package was created locally using # a "git" procedure similar to the following: # P=getflashvideos # rm -fr $P # git clone git://github.com/monsieurvideo/get-flash-videos.git $P # rm -fr `find $P -name .git\*` # tar jcf $P-git-NUMBER.tar.bz2 $P #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.05 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] altpkg = yes configure = none license = Apache License, Version 2.0 patches = required tmpsize = 2M unpack = relaxed #--------------------------------------------------------------------- [depends] cpancore:strict librtmp rtmpdump #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cp -p get_flash_videos $BINDIR/getflashvideos perl Makefile.PL make make install rm $PRODTREE/perl5/bin/get_flash_videos cd $BINDIR ln -nsf getflashvideos get-flash-videos ln -nsf getflashvideos get_flash_videos ln -nsf getflashvideos getflashvideo chmod 755 getflashvideos cp -p $PKGDIR_SPECIAL/gettdsclips . chmod 755 gettdsclips PLUGDIR=`echo $PRODTREE/perl5/lib/site_*/5.*` pushd $PLUGDIR mkdir -p FlashVideo/Site/ cp -p $PKGDIR_SPECIAL/Hulu.pm FlashVideo/Site/ popd #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://code.google.com/p/get-flash-videos/ url_lfs = n/a url_tarball = n/a # See notes near start of this file