projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added the initial version of the XOrg support. still lots of cleaning up that needs...
[openwrt/svn-archive/archive.git]
/
XOrg
/
app
/
xcalc-X11R7.0
/
Makefile
1
include
$(
TOPDIR
)/
rules.mk
2
3
PKG_BASE_NAME
:=
xcalc
4
PKG_NAME
:=
xcalc-X11R7.0
5
PKG_RELEASE
:=
1
6
PKG_VERSION
:=
1.0.1
7
8
_DEPEND
:=
9
10
include
..
/
common.mk
11
12
$(
eval
$(
call BuildPackage
,$(
PKG_NAME
)))