13 lines
192 B
Makefile
13 lines
192 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_BASE_NAME:=xclipboard
|
||
|
PKG_NAME:=xclipboard-X11R7.0
|
||
|
PKG_RELEASE:=1
|
||
|
PKG_VERSION:=1.0.1
|
||
|
|
||
|
_DEPEND:=
|
||
|
|
||
|
include ../common.mk
|
||
|
|
||
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|