# vim: syn=sh ft=sh et sw=2 sts=2 ts=2 tw=0: #Packager: Cyrille Pontvieux pkgname=urwidm pkgver=0.1.0 pkgrel=1cp source=(https://github.com/jrd/${pkgname}/archive/v${pkgver}.tar.gz) sourcetemplate=http://people.salixos.org/jrd/salix/$pkgname/$pkgver-\$arch-$pkgrel/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/jrd/urwidm #options=('noextract' 'nosrcpack' 'nostrip' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (More widget for Urwid)" "Based on the work on curses_misc.py in Wicd." "Enhanced widgets:" "TextMore, EditMore, IntEditMore, SelectableIconMore, ButtonMore," "CheckBoxMore, RadioButtonMore, WidgetWrapMore, WidgetDecorationMore," "WidgetPlaceholderMore, AttrMapMore, AttrWrapMore, PaddingMore," "FillerMore, BoxAdapterMore, WidgetContainerMore, FrameMore, PileMore," "ColumnsMore, GridFlowMore, OverlayMore, ListBoxMore, LineBoxMore," "PopUpLauncherMore" "Inherits from 'More' (FocusEventWidget and SensitiveWidgetBehavior)." ) build() { cd $SRC/$pkgname-$pkgver || return 1 python setup.py install --prefix=/usr --root=$PKG || return 1 }