]> git.pld-linux.org Git - packages/ayam.git/commitdiff
- updated.
authorcieciwa <cieciwa@pld-linux.org>
Fri, 17 Jun 2005 07:51:46 +0000 (07:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ayam.spec -> 1.2

ayam.spec

index 029cbe4a23baaed07ad33e8255046a0f5f6930bb..2a2ab0648c7d6209d523604170092fcac311141a 100644 (file)
--- a/ayam.spec
+++ b/ayam.spec
@@ -17,9 +17,12 @@ Source0:     http://dl.sourceforge.net/%{name}/%{name}%{version}.src.tar.gz
 # Source0-md5: 
 #Source1:      -
 # Source1-md5: -
-#Patch0:               %{name}-what.patch
+Patch0:                %{name}-Makefile.shared.patch
 #URL:          -
-#BuildRequires:        -
+BuildRequires: OpenGL-devel
+BuildRequires: tcl-devel
+BuildRequires: tk-devel
+BuildRequires: OpenGL-devel
 #PreReq:               -
 #Requires(pre,post):   -
 #Requires(preun):      -
@@ -47,27 +50,19 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %prep
 %setup -q -n %{name}
-#%patch0 -p1
+%patch0 -p1
 
 %build
-# if ac/am/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
-#%%{__gettextize}
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
-%configure
-%{__make}
+cd src
+make  -f Makefile.shared 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 # create directories if necessary
 #install -d $RPM_BUILD_ROOT
 
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+#%{__make} install \
+#      DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.057835 seconds and 4 git commands to generate.