mirror of https://github.com/stella-emu/stella.git
Yet more package fixes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1083 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
4b77f3e639
commit
dc11eb4d5c
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $Id: stella.SlackBuild,v 1.4 2006-01-28 15:59:35 urchlay Exp $
|
# $Id: stella.SlackBuild,v 1.5 2006-04-05 22:56:04 stephena Exp $
|
||||||
|
|
||||||
# stella.SlackBuild for Stella 2.x, B. Watson, 2005
|
# stella.SlackBuild for Stella 2.x, B. Watson, 2005
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ die() {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
VERSION=2.1
|
VERSION=2.2
|
||||||
ARCH=${ARCH-i486}
|
ARCH=${ARCH-i486}
|
||||||
BUILD=1
|
BUILD=1
|
||||||
|
|
||||||
|
|
|
@ -123,7 +123,6 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
%{_menudir}/%{name}
|
%{_menudir}/%{name}
|
||||||
%_docdir/stella-%{version}/*
|
%_docdir/stella-%{version}/*
|
||||||
%_datadir/icons/*
|
%_datadir/icons/*
|
||||||
%_datadir/stella/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 06 2006 Stephen Anthony <stephena@zarb.org> 2.2-1
|
* Thu Apr 06 2006 Stephen Anthony <stephena@zarb.org> 2.2-1
|
||||||
|
|
Loading…
Reference in New Issue