contrib/svn2cl/Pkgfile

17 lines
475 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Script and XSL stylesheet to convert svn logs to ChangeLog.
# URL: None
2007-01-20 12:21:06 +10:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
#
# Depends on: libxslt
2006-11-14 09:01:22 +10:00
name=svn2cl
version=1.1
release=1
source=(svn2cl.xsl svn2cl)
build() {
2006-11-20 07:26:53 +10:00
install -D -m644 -groot -oroot svn2cl.xsl $PKG/usr/share/xml/xsl/$name/svn2cl.xsl
install -D -m755 -groot -oroot $name $PKG/usr/bin/$name
2006-11-14 09:01:22 +10:00
}