mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-25 18:31:14 +00:00
- adapted top-level Makefile to new format of spec file
This commit is contained in:
parent
01dae2362f
commit
78ff964fc9
@ -9,7 +9,7 @@ Version: %ver
|
||||
Release: %rel
|
||||
Copyright: GPL
|
||||
Group: Applications/Emulators
|
||||
Source: BasiliskII_src_02111999.tar.gz
|
||||
Source: BasiliskII_src_22121999.tar.gz
|
||||
BuildRoot: /tmp/BasiliskII-%{ver}-root
|
||||
Packager: Christian Bauer <Christian.Bauer@uni-mainz.de>
|
||||
URL: http://www.uni-mainz.de/~bauec002/B2Main.html
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Makefile for creating Basilisk II distributions
|
||||
# Written in 1999 by Christian Bauer <Christian.Bauer@uni-mainz.de>
|
||||
|
||||
VERSION := $(shell sed <BasiliskII.spec -n '/^Version: */s///p')
|
||||
RELEASE := $(shell sed <BasiliskII.spec -n '/^Release: */s///p')
|
||||
VERSION := $(shell sed <BasiliskII.spec -n '/^\%define ver */s///p')
|
||||
RELEASE := $(shell sed <BasiliskII.spec -n '/^\%define rel */s///p')
|
||||
VERNAME := BasiliskII-$(VERSION)
|
||||
|
||||
SRCARCHIVE := $(shell date +BasiliskII_src_%d%m%Y.tar.gz)
|
||||
|
Loading…
Reference in New Issue
Block a user