mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 00:03:39 +08:00
13 lines
352 B
Makefile
13 lines
352 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# psplash
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
PSPLASH_VERSION = 0.1
|
||
|
PSPLASH_SITE = http://downloads.yoctoproject.org/releases/psplash
|
||
|
PSPLASH_LICENSE = GPLv2+
|
||
|
PSPLASH_LICENSE_FILES = COPYING
|
||
|
|
||
|
$(eval $(autotools-package))
|