mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
abook: use ASCII for drawing boxes
This commit is contained in:
parent
8e47e366c4
commit
41b5356443
@ -27,9 +27,10 @@ endef
|
||||
CONFIGURE_ARGS+="--with-curses=$(STAGING_DIR)/lib"
|
||||
|
||||
define Package/abook/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/abook $(1)/usr/bin/abook.bin
|
||||
$(INSTALL_BIN) $(FILES_DIR)/abook.sh $(1)/usr/bin/abook
|
||||
$(INSTALL_DATA) $(FILES_DIR)/abookrc $(1)/etc
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,abook))
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
/usr/sbin/setfont2 /usr/share/setfont2/un-fuzzy-4x8-font.pnm
|
||||
/usr/bin/abook.bin
|
||||
/usr/bin/abook.bin -C /etc/abookrc $*
|
||||
/usr/sbin/setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
||||
|
1
abook/files/abookrc
Normal file
1
abook/files/abookrc
Normal file
@ -0,0 +1 @@
|
||||
set use_ascii_only=true
|
Loading…
Reference in New Issue
Block a user