13 lines
184 B
Makefile
13 lines
184 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_BASE_NAME:=libXpm
|
||
|
PKG_NAME:=libXpm-X11R7.2
|
||
|
PKG_RELEASE:=1
|
||
|
PKG_VERSION:=3.5.6
|
||
|
|
||
|
_DEPEND:=
|
||
|
|
||
|
include ../common.mk
|
||
|
|
||
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|