]> git.pld-linux.org Git - packages/perl-Language-Basic.git/commitdiff
- new RA-1_0 STABLE perl-Language-Basic-1_44-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jul 2002 23:13:46 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Language-Basic.spec -> 1.1

perl-Language-Basic.spec [new file with mode: 0644]

diff --git a/perl-Language-Basic.spec b/perl-Language-Basic.spec
new file mode 100644 (file)
index 0000000..97e02fa
--- /dev/null
@@ -0,0 +1,51 @@
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Language
+%define        pnam    Basic
+Summary:       Language::Basic perl module - BASIC language implementation
+Summary(pl):   Modu³ perla Language::Basic - implementacja jêzyka BASIC
+Name:          perl-Language-Basic
+Version:       1.44
+Release:       1
+License:       Artistic or GPL
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Language::Basic is a Perl module implementation of the BASIC computer
+language. It allows you to run BASIC programs or translate them to
+Perl scripts. Note that it implements 80's-era BASIC. Think Applesoft
+or GW-BASIC.
+
+%description -l pl
+Language::Basic to perlowa implementacja jêzyka programowania BASIC.
+Modu³ ten pozwala na uruchamianie programów w BASIC-u lub t³umaczenie
+ich na skrypty Perla. Jest to BASIC rodem z lat 80-tych - podobny do
+Applesoft czy GW-Basic.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes NOTES README TODO wumpus.bas
+%attr(755,root,root) %{_bindir}/*
+%{perl_sitelib}/Language/Basic.pm
+%{perl_sitelib}/Language/Basic
+%{_mandir}/man3/*
This page took 0.183444 seconds and 4 git commands to generate.