# Description: Some usefull scripts for nenu.
# URL: http://github.com/mytch444/nenu
# Maintainer: Mytchel Hammond, mytchel at openmailbox dot org
# Packager: Mytchel Hammond, mytchel at openmailbox dot org
# Depends on: nenu lsw chwso lsx

name=nenu-scripts
version=5
release=1
source=(https://github.com/mytch444/nenu/archive/ec0d33fcab1f89af09693443b7930f66045f5928.zip)

build() {
	cd nenu-ec0d33fcab1f89af09693443b7930f66045f5928

	make
	make DESTDIR=$PKG PREFIX=/usr install-scripts
}