53 lines
1.6 KiB
Cheetah
Executable File
53 lines
1.6 KiB
Cheetah
Executable File
# ----*---- ----*-----
|
|
# Example template build file for 'xstow-0.6.1-unstable'.
|
|
# ----*---- ----*-----
|
|
#
|
|
# Name of the package, sometimes you need a different name than
|
|
# the one used in the source distribution file.
|
|
pkgname=xstow-0.6.1-unstable
|
|
|
|
# Suffix extraction, only supported: zip and tar/tar+(gz|bzip2).
|
|
extract_sufx=".tar.bz2"
|
|
|
|
# Use this if pkgname doesn't match or if there are multiple
|
|
# source distribution files.
|
|
#distfiles=""
|
|
|
|
# URL to fetch
|
|
url=http://kent.dl.sourceforge.net/sourceforge/xstow/
|
|
|
|
# Arguments passed to configure if $build_style = {,gnu_}configure.
|
|
#configure_args=""
|
|
|
|
# Arguments passed to configure through the environment
|
|
#configure_env=""
|
|
|
|
# Build style: gnu_configure, bsd-makefile, gnu-makefile, configure.
|
|
build_style=gnu_configure
|
|
|
|
# Passed flags to the 'make' command before building the package.
|
|
#make_build_args=""
|
|
|
|
# Passed flags to the 'make' command before installing the package.
|
|
#make_install_args=""
|
|
|
|
# Short description, max 1 line of 72 chars.
|
|
short_desc="Replacement of GNU Stow written in C++"
|
|
|
|
# Maintainer of this pkg: name <email>.
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
# Checksum of file with rmd160.
|
|
checksum=9b99bd9affe9a841503970e903555ce340fcf296
|
|
|
|
# Long description. Preferibly first line should be left blank
|
|
# and use a whitespace while starting lines.
|
|
#
|
|
# Please also respect 72 chars per line if possible (max 80).
|
|
#
|
|
long_desc="
|
|
XStow as GNU Stow, are programs for managing the installation of
|
|
software packages, keeping them separate (/usr/local/stow/emacs vs.
|
|
/usr/local/stow/perl, for example) while making them appear to be
|
|
installed in the same place (/usr/local)."
|