diff options
Diffstat (limited to 'perl/perl-OpenGL/perl-OpenGL.SlackBuild')
-rw-r--r-- | perl/perl-OpenGL/perl-OpenGL.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/perl-OpenGL/perl-OpenGL.SlackBuild b/perl/perl-OpenGL/perl-OpenGL.SlackBuild index b1fd264bd080..4dc6ce914251 100644 --- a/perl/perl-OpenGL/perl-OpenGL.SlackBuild +++ b/perl/perl-OpenGL/perl-OpenGL.SlackBuild @@ -3,12 +3,13 @@ # Slackware build script for OpenGL # Written by Joey Trungale <joey@trungale.net> -SRCNAM=OpenGL -PRGNAM=perl-$SRCNAM -VERSION=${VERSION:-0.63} +PRGNAM=perl-OpenGL +VERSION=${VERSION:-0.64} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=OpenGL + # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in |