b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
23 lines
737 B
Cheetah
23 lines
737 B
Cheetah
# Template build file for 'pekwm'.
|
|
pkgname=pekwm
|
|
version=0.1.7
|
|
distfiles="
|
|
http://www.pekwm.org/projects/3/files/$pkgname-$version@.tar.bz2"
|
|
build_style=gnu_configure
|
|
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
short_desc="Window manager based on aewm++"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=77c618ddefeaad16a9b757304ca233ece9b18e3c
|
|
long_desc="
|
|
A window manager based on aewm++. Here is a compact list of changes
|
|
between the original aewm++-1.1.16 and pekwm:
|
|
|
|
* Better structured and formatted code.
|
|
* Possibility to group windows in a single frame.
|
|
* Configurable keygrabber.
|
|
* Configurable rootmenu.
|
|
* Configration file.
|
|
* Xinerama support.
|
|
* Smart window placement.
|
|
* Basic pixmap theming, with configurable buttons."
|